2015-12-03 22:36:42 +01:00
|
|
|
config BR2_PACKAGE_CAIROMM
|
2023-02-24 09:42:58 +01:00
|
|
|
bool "cairomm (latest)"
|
2021-12-28 15:28:24 +01:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # libsigc
|
2015-12-03 22:36:42 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
|
depends on BR2_USE_MMU # libglib2
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2017-04-22 19:17:50 +02:00
|
|
|
select BR2_PACKAGE_CAIRO
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_LIBSIGC
|
2015-12-03 22:36:42 +01:00
|
|
|
help
|
|
|
|
The cairomm package is a set of C++ bindings for Cairo.
|
|
|
|
|
2023-05-07 22:22:58 +02:00
|
|
|
https://www.cairographics.org/cairomm/
|
2015-12-03 22:36:42 +01:00
|
|
|
|
2021-12-28 15:28:24 +01:00
|
|
|
comment "cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 7"
|
2015-12-03 22:36:42 +01:00
|
|
|
depends on BR2_USE_MMU
|
2021-12-28 15:28:24 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || !BR2_USE_WCHAR \
|
2015-12-03 22:36:42 +01:00
|
|
|
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|