diff options
author | Jacob Kroon <jacob.kroon@mikrodidakt.se> | 2014-07-20 12:41:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:59 +0200 |
commit | bc03c0b7cbcba2f806b587cda9d7292b222c2708 (patch) | |
tree | aff35199952a8d3f3cd69a06c2e56f93bf95b915 /meta-oe | |
parent | 960314be5d854212ee65604a68a92a3616b2a544 (diff) | |
download | meta-openembedded-bc03c0b7cbcba2f806b587cda9d7292b222c2708.tar.gz |
gnokii: Fix floating runtime dependencies
Add PACKAGECONFIG for bluez, libical, pcsc-lite, readline and usb.
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb index 356d5bdfe..482645286 100644 --- a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb +++ b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | |||
@@ -9,6 +9,11 @@ DEPENDS = "glib-2.0" | |||
9 | X11DEPENDS = " libxpm gtk+" | 9 | X11DEPENDS = " libxpm gtk+" |
10 | 10 | ||
11 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 11 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
12 | PACKAGECONFIG[bluez] = "--enable-bluetooth,--disable-bluetooth,bluez4" | ||
13 | PACKAGECONFIG[libical] = "--enable-libical,--disable-libical,libical" | ||
14 | PACKAGECONFIG[pcsc-lite] = "--enable-libpcsclite,--disable-libpcsclite,pcsc-lite" | ||
15 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | ||
16 | PACKAGECONFIG[usb] = "--enable-libusb,--disable-libusb,virtual/libusb0" | ||
12 | PACKAGECONFIG[x11] = ",--without-x,${X11DEPENDS}" | 17 | PACKAGECONFIG[x11] = ",--without-x,${X11DEPENDS}" |
13 | 18 | ||
14 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |