python: fix disabling the SSL module
[buildroot-gz.git] / package / easydbus / Config.in
blob51519d61d2b49a0ad98a6d4dafef1c595c103437
1 config BR2_PACKAGE_EASYDBUS
2         bool "easydbus"
3         select BR2_PACKAGE_LIBGLIB2
4         depends on BR2_USE_WCHAR # libglib2
5         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6         depends on BR2_USE_MMU # libglib2
7         help
8           Easy to use DBus library for Lua.
10           https://github.com/mniestroj/easydbus
12 comment "easydbus needs a toolchain w/ wchar, threads"
13         depends on BR2_USE_MMU
14         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS