1config BR2_PACKAGE_GIBLIB 2 bool "giblib" 3 depends on BR2_PACKAGE_XORG7 4 depends on !BR2_STATIC_LIBS 5 select BR2_PACKAGE_IMLIB2 6 select BR2_PACKAGE_IMLIB2_X 7 help 8 Giblib is a simple library which wraps imlib2. 9 10 http://linuxbrit.co.uk/giblib/ 11 12comment "giblib support needs a toolchain w/ dynamic library" 13 depends on BR2_STATIC_LIBS 14