diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-03 17:09:05 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-03 17:09:05 +0000 |
commit | c0f408c18665e3f3f4e61237db2f7f9172614a1d (patch) | |
tree | 37db3d19958c25a83c61f2144f98b5314ffafd57 /gnome/gconf_2.6.1.oe | |
parent | 64fdb6ef1c26be02dc9a29b74e65f46ea6abc5a2 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/06/03 19:09:01+02:00 uni-frankfurt.de!pb_
try to fix some gnome build issues
BKrev: 40bf5b31ApqZYFkfC9NzXZ315is-kg
Diffstat (limited to 'gnome/gconf_2.6.1.oe')
-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 f17592c77c..a326e3f27a 100644 --- a/gnome/gconf_2.6.1.oe +++ b/gnome/gconf_2.6.1.oe @@ -2,7 +2,7 @@ SECTION = "gnome/base" DESCRIPTION = "GNOME configuration database system" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ file://backends.patch;patch=1" -DEPENDS = "orbit2 glib-2.0 gettext" +DEPENDS = "orbit2 glib-2.0 gettext-native" FILES_${PN} += " ${libdir}/GConf/*" |