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>
This commit is contained in:
Khem Raj 2021-09-22 08:48:13 -07:00
parent 289c137272
commit f1fb07f40b

View File

@ -10,7 +10,7 @@ DEPENDS = " \
json-c \
"
inherit autotools gobject-introspection gettext python3native
inherit autotools gobject-introspection gettext pkgconfig python3native
SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypaint-v1 \
file://0001-make-build-compatible-w.-autoconf-2.7.patch \