gconf-dbus: add missing depends on intltool-native

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2554 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-24 13:42:31 +00:00
parent 97467d7022
commit 0bc8d543b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
SECTION = "x11/utils"
DEPENDS = "gtk+ glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
DEPENDS = "intltool-native gtk+ glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
DESCRIPTION = "Settings daemon using DBUS for communication."
LICENSE = "GPL"
PROVIDES = "gconf"
@ -7,6 +7,7 @@ RPROVIDES_${PN} = "gconf"
RPROVIDES_${PN}-dev = "gconf-dev"
PV = "2.16.0+svnr${SRCREV}"
PR = "r1"
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
file://69gconfd-dbus"