From bc03c0b7cbcba2f806b587cda9d7292b222c2708 Mon Sep 17 00:00:00 2001 From: Jacob Kroon Date: Sun, 20 Jul 2014 12:41:54 +0200 Subject: gnokii: Fix floating runtime dependencies Add PACKAGECONFIG for bluez, libical, pcsc-lite, readline and usb. Signed-off-by: Jacob Kroon Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-oe/recipes-connectivity') 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 356d5bdfe3..4826452866 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" X11DEPENDS = " libxpm gtk+" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" +PACKAGECONFIG[bluez] = "--enable-bluetooth,--disable-bluetooth,bluez4" +PACKAGECONFIG[libical] = "--enable-libical,--disable-libical,libical" +PACKAGECONFIG[pcsc-lite] = "--enable-libpcsclite,--disable-libpcsclite,pcsc-lite" +PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" +PACKAGECONFIG[usb] = "--enable-libusb,--disable-libusb,virtual/libusb0" PACKAGECONFIG[x11] = ",--without-x,${X11DEPENDS}" inherit autotools pkgconfig -- cgit 1.2.3-korg