linuxOS_D21X/package/third-party/dbus-glib/Config.in
2024-11-29 16:13:46 +08:00

23 lines
612 B
Plaintext

menuconfig BR2_PACKAGE_DBUS_GLIB
bool "dbus-glib"
depends on BR2_PACKAGE_DBUS
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2
select BR2_PACKAGE_LIBGLIB2
help
GLib bindings for D-Bus.
http://www.freedesktop.org/software/dbus
if BR2_PACKAGE_DBUS_GLIB
config BR2_PACKAGE_DBUS_GLIB_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif
comment "dbus-glib needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on BR2_PACKAGE_DBUS
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS