summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gimp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 08:48:13 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commitf1fb07f40bc2819ffa1d8c555bf020ddc0fe1f01 (patch)
tree937bedbff4dfd677d78849e0aec968bf4168b6b2 /meta-gnome/recipes-gimp
parent289c137272bdc17b0ce8646cbe1b34f07659f335 (diff)
downloadmeta-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.bb2
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
13inherit autotools gobject-introspection gettext python3native 13inherit autotools gobject-introspection gettext pkgconfig python3native
14 14
15SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypaint-v1 \ 15SRC_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 \