diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 08:48:13 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
commit | f1fb07f40bc2819ffa1d8c555bf020ddc0fe1f01 (patch) | |
tree | 937bedbff4dfd677d78849e0aec968bf4168b6b2 /meta-gnome/recipes-gimp | |
parent | 289c137272bdc17b0ce8646cbe1b34f07659f335 (diff) | |
download | meta-openembedded-f1fb07f40bc2819ffa1d8c555bf020ddc0fe1f01.tar.gz |
libmypaint: Inherit pkgconfig
Fixes
../git/configure: line 13030: syntax error near unexpected token `0.16'
../git/configure: line 13030: `PKG_PROG_PKG_CONFIG(0.16)'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb index e123ef5fc..d509aa3dd 100644 --- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb +++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = " \ | |||
10 | json-c \ | 10 | json-c \ |
11 | " | 11 | " |
12 | 12 | ||
13 | inherit autotools gobject-introspection gettext python3native | 13 | inherit autotools gobject-introspection gettext pkgconfig python3native |
14 | 14 | ||
15 | SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypaint-v1 \ | 15 | SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypaint-v1 \ |
16 | file://0001-make-build-compatible-w.-autoconf-2.7.patch \ | 16 | file://0001-make-build-compatible-w.-autoconf-2.7.patch \ |