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