From 654abaacc8e90f051c9aff1851f8cdc92fd959b6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:46:57 +0000 Subject: Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages. BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw --- gaim/gaim_0.80.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gaim/gaim_0.80.oe') diff --git a/gaim/gaim_0.80.oe b/gaim/gaim_0.80.oe index 55647c6e79..10d74baca8 100644 --- a/gaim/gaim_0.80.oe +++ b/gaim/gaim_0.80.oe @@ -3,7 +3,7 @@ DESCRIPTION = "multi-protocol instant messaging client" MAINTAINER = "Phil Blundell " PR = "r1" -DEPENDS = "gtk+ gettext-native" +DEPENDS = "gtk+" RRECOMMENDS_${PN} = "gaim-protocol-irc gaim-protocol-jabber" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" @@ -19,7 +19,7 @@ FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ ${libdir}/bonobo/servers" FILES_${PN}-dev += "${libdir}/gaim/*.la" -inherit autotools +inherit autotools gettext gettext python populate_packages_prepend () { root = oe.data.expand('${libdir}/gaim', d) -- cgit v1.2.3