New package: giblib
[Peter: Needs X support and X support in imlib2] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-By: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8ad1885adb
commit
5917191b3f
@ -277,6 +277,7 @@ source "package/cairo/Config.in"
|
||||
source "package/fltk/Config.in"
|
||||
source "package/fontconfig/Config.in"
|
||||
source "package/freetype/Config.in"
|
||||
source "package/giblib/Config.in"
|
||||
source "package/gtk2-engines/Config.in"
|
||||
source "package/gtk2-themes/Config.in"
|
||||
source "package/imlib2/Config.in"
|
||||
|
10
package/giblib/Config.in
Normal file
10
package/giblib/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_GIBLIB
|
||||
bool "giblib"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_IMLIB2
|
||||
select BR2_PACKAGE_IMLIB2_X
|
||||
help
|
||||
Giblib is a simple library which wraps imlib2.
|
||||
|
||||
http://linuxbrit.co.uk/giblib/
|
||||
|
14
package/giblib/giblib.mk
Normal file
14
package/giblib/giblib.mk
Normal file
@ -0,0 +1,14 @@
|
||||
#############################################################
|
||||
#
|
||||
# giblib
|
||||
#
|
||||
#############################################################
|
||||
GIBLIB_VERSION = 1.2.4
|
||||
GIBLIB_SOURCE = giblib-$(GIBLIB_VERSION).tar.gz
|
||||
GIBLIB_SITE = http://linuxbrit.co.uk/downloads/
|
||||
GIBLIB_INSTALL_STAGING = YES
|
||||
GIBLIB_DEPENDENCIES = imlib2
|
||||
GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING)/usr/lib \
|
||||
--with-imlib2-exec-prefix=$(STAGING)/usr/bin
|
||||
|
||||
$(eval $(call AUTOTARGETS))
|
Loading…
Reference in New Issue
Block a user