14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
|
config BR2_PACKAGE_AGG
|
||
|
bool "agg"
|
||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||
|
select BR2_PACKAGE_SDL
|
||
|
help
|
||
|
The Anti-Grain Geometry project. A High Quality 2D Graphics Rendering
|
||
|
Engine for C++.
|
||
|
We select the SDL backend by default.
|
||
|
|
||
|
http://www.antigrain.com/index.html
|
||
|
|
||
|
comment "agg needs a toolchain with C++ support"
|
||
|
depends on !BR2_INSTALL_LIBSTDCPP
|