summaryrefslogtreecommitdiff
path: root/gd/gd_2.0.22.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gd/gd_2.0.22.oe')
-rw-r--r--gd/gd_2.0.22.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/gd/gd_2.0.22.oe b/gd/gd_2.0.22.oe
index f50948b1bf..f0f526495b 100644
--- a/gd/gd_2.0.22.oe
+++ b/gd/gd_2.0.22.oe
@@ -1,12 +1,12 @@
SECTION = "libs"
DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "libpng jpeg zlib gettext-native"
+DEPENDS = "libpng jpeg zlib"
SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
S = "${WORKDIR}/gd-${PV}"
-inherit autotools
+inherit autotools gettext gettext
EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
--with-png=${STAGING_LIBDIR}/.. \