aboutsummaryrefslogtreecommitdiffstats
path: root/gd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
commit654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch)
treeca9cd607501caf80b5964f78caef764cc6c25172 /gd
parent81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff)
downloadopenembedded-654abaacc8e90f051c9aff1851f8cdc92fd959b6.tar.gz
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'gd')
-rw-r--r--gd/gd_2.0.21.oe4
-rw-r--r--gd/gd_2.0.22.oe4
2 files changed, 4 insertions, 4 deletions
diff --git a/gd/gd_2.0.21.oe b/gd/gd_2.0.21.oe
index f50948b1bf..f0f526495b 100644
--- a/gd/gd_2.0.21.oe
+++ b/gd/gd_2.0.21.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}/.. \
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}/.. \