diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-15 08:08:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-15 08:08:05 +0000 |
commit | eb968b7b4d2633cd9d3a952d0f6bfa11e7ba8f63 (patch) | |
tree | 9c556f73171918398e9d6251c77b6f82e051ef56 /packages/gnome/gconf-dbus_svn.bb | |
parent | bed278e04d2202cc4f83ce84bc688cb286c0ca25 (diff) |
gconf-dbus: DEPENDS += virtual/libintl
Diffstat (limited to 'packages/gnome/gconf-dbus_svn.bb')
-rw-r--r-- | packages/gnome/gconf-dbus_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnome/gconf-dbus_svn.bb b/packages/gnome/gconf-dbus_svn.bb index 5a5e78a207..fce1746b22 100644 --- a/packages/gnome/gconf-dbus_svn.bb +++ b/packages/gnome/gconf-dbus_svn.bb @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "intltool-native glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" +DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" DESCRIPTION = "Settings daemon using DBUS for communication." LICENSE = "GPL" PROVIDES = "gconf" |