diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
commit | 654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch) | |
tree | ca9cd607501caf80b5964f78caef764cc6c25172 /gaim/gaim_0.78.oe | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'gaim/gaim_0.78.oe')
-rw-r--r-- | gaim/gaim_0.78.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gaim/gaim_0.78.oe b/gaim/gaim_0.78.oe index 7d4617030f..82a0a11e7a 100644 --- a/gaim/gaim_0.78.oe +++ b/gaim/gaim_0.78.oe @@ -2,11 +2,11 @@ SECTION = "x11/network" DESCRIPTION = "multi-protocol instant messaging client" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ gettext-native" +DEPENDS = "gtk+" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge" EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated" -inherit autotools +inherit autotools gettext gettext |