diff options
| -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 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" | |||
| 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 |
