package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / cairomm / Config.in
blob4477b37fe8ebb7ae79bed0bf03697d7c5dcceabd
1 config BR2_PACKAGE_CAIROMM
2         bool "cairomm"
3         select BR2_PACKAGE_CAIRO
4         select BR2_PACKAGE_LIBGLIB2
5         select BR2_PACKAGE_LIBSIGC
6         depends on BR2_ARCH_HAS_ATOMICS # cairo
7         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
8         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
9         depends on BR2_USE_WCHAR # libglib2
10         depends on BR2_USE_MMU # libglib2
11         depends on BR2_INSTALL_LIBSTDCPP
12         help
13           The cairomm package is a set of C++ bindings for Cairo.
15           http://www.gtkmm.org/
17 comment "cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8"
18         depends on BR2_USE_MMU
19         depends on BR2_ARCH_HAS_ATOMICS
20         depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_USE_WCHAR \
21                 || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP