mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Peter Korsgaard
parent
8ad1885adb
commit
5917191b3f
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))
|
||||
Reference in New Issue
Block a user