summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 13:55:17 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 13:55:17 +0000
commitaa73bb0a6121d5410d48fac65aba4a652c3eb489 (patch)
tree1f1c1d82f56ea05c387077a6c95357eca982d3e1 /meta/packages/gnome
parentb5e57b009545b36b76c1fc3c5e022999964b609c (diff)
downloadpoky-aa73bb0a6121d5410d48fac65aba4a652c3eb489.tar.gz
gconf-dbus: added dependency on virtual/libintl, removed not used HEADERS variable (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3010 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r--meta/packages/gnome/gconf-dbus_svn.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/gnome/gconf-dbus_svn.bb b/meta/packages/gnome/gconf-dbus_svn.bb
index 7aaa0b9caa..e6b7ddd37b 100644
--- a/meta/packages/gnome/gconf-dbus_svn.bb
+++ b/meta/packages/gnome/gconf-dbus_svn.bb
@@ -1,5 +1,5 @@
1SECTION = "x11/utils" 1SECTION = "x11/utils"
2DEPENDS = "intltool-native glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" 2DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
3DESCRIPTION = "Settings daemon using DBUS for communication." 3DESCRIPTION = "Settings daemon using DBUS for communication."
4LICENSE = "GPL" 4LICENSE = "GPL"
5PROVIDES = "gconf" 5PROVIDES = "gconf"
@@ -22,7 +22,6 @@ FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug"
22 22
23EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --disable-gtk --enable-shared --disable-static" 23EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --disable-gtk --enable-shared --disable-static"
24 24
25HEADERS = "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"
26 25
27do_configure_prepend() { 26do_configure_prepend() {
28 touch gtk-doc.make 27 touch gtk-doc.make