aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gd
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2005-03-03 19:32:53 +0000
committerRene Wagner <rw@handhelds.org>2005-03-03 19:32:53 +0000
commit695c9cee84e71739192b00a66760b5b8df048236 (patch)
treeeacbd01f01738c8ec753ef47a2a0d24585414441 /packages/gd
parentbc358e051213072e6218b31a5af1cf12b0001eb0 (diff)
downloadopenembedded-695c9cee84e71739192b00a66760b5b8df048236.tar.gz
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/03/03 20:32:37+01:00 dyndns.org!reenoo gd: inherit binconfig to install gdlib-config into staging BKrev: 42276665kypRWgNYjz2ZGXKqrRmkrw
Diffstat (limited to 'packages/gd')
-rw-r--r--packages/gd/gd_2.0.22.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gd/gd_2.0.22.bb b/packages/gd/gd_2.0.22.bb
index 5bc646b7cf..1d05bb9169 100644
--- a/packages/gd/gd_2.0.22.bb
+++ b/packages/gd/gd_2.0.22.bb
@@ -3,11 +3,12 @@ LICENSE = "GD"
DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "libpng jpeg zlib"
+PR = "r1"
SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
S = "${WORKDIR}/gd-${PV}"
-inherit autotools gettext
+inherit autotools binconfig gettext
EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
--with-png=${STAGING_LIBDIR}/.. \