Config.in 746 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_GLIBMM2_66
  2. bool "glibmm (2.66.x)"
  3. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # regex_replace
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_USE_WCHAR # libglib2
  6. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  7. depends on BR2_USE_MMU # libglib2
  8. select BR2_PACKAGE_LIBGLIB2
  9. select BR2_PACKAGE_LIBSIGC2
  10. help
  11. The GLibmm package is a set of C++ bindings for GLib.
  12. This is the last version before the API and ABI change
  13. introduced in 2.68.0 which requires C++17.
  14. http://www.gtkmm.org/
  15. comment "glibmm (2.66.x) needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
  16. depends on BR2_USE_MMU
  17. depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_USE_WCHAR \
  18. || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS