mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
optimize SDK
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
13
FunKey/package/agg/Config.in
Normal file
13
FunKey/package/agg/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user