diff options
-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 5e1d12567e..384841a8d3 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 |