diff options
author | Philip Balister <philip@balister.org> | 2007-04-25 02:01:22 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-04-25 02:01:22 +0000 |
commit | 08718da7c1578850caa36b9511a5f44386a8e213 (patch) | |
tree | 329b509f534e2fc88d9091658cbfa5a7e6bb0844 /packages/gnome | |
parent | d75fd97ff4325f2a686069c6b2b8254c32e29de0 (diff) |
gconf-dbus_svn.bb : Add dependency on intltool-native so configure script runs
properly. This should fix bug 2136.
Diffstat (limited to 'packages/gnome')
-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 0bb9765749..3647059de1 100644 --- a/packages/gnome/gconf-dbus_svn.bb +++ b/packages/gnome/gconf-dbus_svn.bb @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "gtk+ glib-2.0 dbus dbus-glib libxml2 popt" +DEPENDS = "gtk+ glib-2.0 dbus dbus-glib libxml2 popt intltool-native" DESCRIPTION = "Settings daemon using DBUS for communication." LICENSE = "GPL" PROVIDES = "gconf" |