enable jpeg support, add dependency on libpng, standardize.
SVN-Revision: 3121
This commit is contained in:
parent
a72721c306
commit
f59707484b
3 changed files with 32 additions and 30 deletions
|
@ -2,6 +2,8 @@ config BR2_PACKAGE_LIBGD
|
||||||
prompt "libgd............................. The GD Graphics Library"
|
prompt "libgd............................. The GD Graphics Library"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_LIBJPEG
|
||||||
|
select BR2_PACKAGE_LIBPNG
|
||||||
help
|
help
|
||||||
The GD Graphics Library
|
The GD Graphics Library
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gd
|
PKG_NAME:=gd
|
||||||
PKG_VERSION:=2.0.33
|
PKG_VERSION:=2.0.33
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MD5SUM:=be0a6d326cd8567e736fbc75df0a5c45
|
PKG_MD5SUM:=be0a6d326cd8567e736fbc75df0a5c45
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.boutell.com/gd/http
|
PKG_SOURCE_URL:=http://www.boutell.com/gd/http
|
||||||
|
@ -51,7 +51,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--without-x \
|
--without-x \
|
||||||
--without-freetype \
|
--without-freetype \
|
||||||
--without-jpeg \
|
--with-jpeg=$(STAGING_DIR)/usr \
|
||||||
--with-png=$(STAGING_DIR)/usr \
|
--with-png=$(STAGING_DIR)/usr \
|
||||||
--without-xpm \
|
--without-xpm \
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package: libgd
|
Package: libgd
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends: libpng
|
Depends: libjpeg, libpng
|
||||||
Description: A library for the dynamic creation of images
|
Description: A library for the dynamic creation of images
|
||||||
|
|
Loading…
Reference in a new issue