|
@@ -12,14 +12,15 @@ if BR2_PACKAGE_OPENOBEX
|
|
config BR2_PACKAGE_OPENOBEX_BLUEZ
|
|
config BR2_PACKAGE_OPENOBEX_BLUEZ
|
|
bool "enable bluez support"
|
|
bool "enable bluez support"
|
|
depends on !BR2_avr32
|
|
depends on !BR2_avr32
|
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB # bluez_utils
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
|
|
depends on BR2_USE_MMU # dbus
|
|
depends on BR2_USE_MMU # dbus
|
|
select BR2_PACKAGE_BLUEZ_UTILS
|
|
select BR2_PACKAGE_BLUEZ_UTILS
|
|
|
|
|
|
-comment "bluez support needs a toolchain w/ wchar, threads"
|
|
|
|
|
|
+comment "bluez support needs a toolchain w/ wchar, threads, dynamic library"
|
|
depends on !BR2_avr32 && BR2_USE_MMU
|
|
depends on !BR2_avr32 && BR2_USE_MMU
|
|
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
|
|
|
|
|
config BR2_PACKAGE_OPENOBEX_LIBUSB
|
|
config BR2_PACKAGE_OPENOBEX_LIBUSB
|
|
bool "enable libusb support"
|
|
bool "enable libusb support"
|