diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-22 19:14:53 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:26 +0100 |
commit | 67d7b820640d742fc5a350cea9a08beb867bc174 (patch) | |
tree | 685e13267696cfa0acedfb2b827b996ca8def963 /meta-gnome | |
parent | 917031bb4a54e75b70f45a9056deffa69da56c19 (diff) | |
download | meta-openembedded-67d7b820640d742fc5a350cea9a08beb867bc174.tar.gz |
libxklavier: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb index 5e1d12567..384841a8d 100644 --- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb +++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | |||
@@ -6,13 +6,11 @@ DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2" | |||
6 | 6 | ||
7 | GNOME_COMPRESS_TYPE = "xz" | 7 | GNOME_COMPRESS_TYPE = "xz" |
8 | 8 | ||
9 | inherit gnomebase gettext | 9 | inherit gnomebase gettext gobject-introspection |
10 | SRC_URI[archive.md5sum] = "290ea2a8abc40f78a3a16bdae6f02808" | 10 | SRC_URI[archive.md5sum] = "290ea2a8abc40f78a3a16bdae6f02808" |
11 | SRC_URI[archive.sha256sum] = "ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404" | 11 | SRC_URI[archive.sha256sum] = "ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404" |
12 | 12 | ||
13 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" | 13 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" |
14 | PACKAGECONFIG ??="" | ||
15 | PACKAGECONFIG[introspection] = "--enable-introspection=yes, --enable-introspection=no, libgirepository" | ||
16 | 14 | ||
17 | do_configure_append() { | 15 | do_configure_append() { |
18 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 16 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |