diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
commit | d495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch) | |
tree | a5dd708ad79fef06c5401992a5707b578a07958e /gnome | |
parent | ae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff) |
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gconf_2.6.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/gconf_2.6.1.oe b/gnome/gconf_2.6.1.oe index 7712d2a0e1..137053825a 100644 --- a/gnome/gconf_2.6.1.oe +++ b/gnome/gconf_2.6.1.oe @@ -11,7 +11,7 @@ S = "${WORKDIR}/GConf-${PV}" EXTRA_OECONF = "--disable-gtk-doc" -inherit autotools pkgconfig gettext gettext +inherit autotools pkgconfig gettext HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h" |