diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-07-15 08:11:52 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-30 21:00:27 +0200 |
commit | ee8c8cfd833b4c89d8cb03e0c21ac34310934396 (patch) | |
tree | 49c553b89eccc86c1d0469c14216d52910bc5d63 /meta-gnome/recipes-gnome | |
parent | 17b1d23adfdb01ff4fd83521a8542fed39255a5f (diff) | |
download | meta-openembedded-ee8c8cfd833b4c89d8cb03e0c21ac34310934396.tar.gz |
libxklavier: fix compile error.
make[3]: *** No rule to make target `Xkl-1.0.typelib', needed by `all-am'. Stop.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb index e93c378ab..5e1d12567 100644 --- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb +++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | |||
@@ -11,6 +11,8 @@ 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" | ||
14 | 16 | ||
15 | do_configure_append() { | 17 | do_configure_append() { |
16 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 18 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |