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 /gpdf | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'gpdf')
-rw-r--r-- | gpdf/gpdf_2.7.90.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpdf/gpdf_2.7.90.oe b/gpdf/gpdf_2.7.90.oe index 737d46b0b5..cec3b4d047 100644 --- a/gpdf/gpdf_2.7.90.oe +++ b/gpdf/gpdf_2.7.90.oe @@ -1,7 +1,7 @@ SECTION = "x11/utils" PR = "r2" -inherit gnome +inherit gnome gettext gettext DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \ libgnomeprint libgnomeprintui gnome-common" |