2011-10-17 10:41:06 +02:00
|
|
|
config BR2_PACKAGE_GIBLIB
|
|
|
|
bool "giblib"
|
|
|
|
depends on BR2_PACKAGE_XORG7
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2011-10-17 10:41:06 +02:00
|
|
|
select BR2_PACKAGE_IMLIB2
|
|
|
|
select BR2_PACKAGE_IMLIB2_X
|
|
|
|
help
|
|
|
|
Giblib is a simple library which wraps imlib2.
|
|
|
|
|
|
|
|
http://linuxbrit.co.uk/giblib/
|
2014-04-29 21:00:16 +02:00
|
|
|
|
|
|
|
comment "giblib support needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|