diff options
Diffstat (limited to 'packages/gd/gd_2.0.22.bb')
-rw-r--r-- | packages/gd/gd_2.0.22.bb | 3 |
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}/.. \ |