gconf-dbus-native: required by metacity/contacts and few more

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5358 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-10-01 09:35:03 +00:00
parent e33ca0e77a
commit ff247ac3fc
2 changed files with 31 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ SRCREV_pn-exmap-console ?= "405"
SRCREV_pn-fstests ?= "266"
SRCREV_pn-gaku ?= "375"
SRCREV_pn-gconf-dbus ?= "693"
SRCREV_pn-gconf-dbus-native ?= "693"
SRCREV_pn-gtkhtml2 ?= "1144"
SRCREV_pn-gtk-sato-engine ?= "90"
SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545"

View File

@@ -0,0 +1,30 @@
SECTION = "x11/utils"
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-native"
RPROVIDES_${PN} = "gconf-native"
PV = "2.16.0+svnr${SRCREV}"
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
inherit pkgconfig autotools native
S = "${WORKDIR}/trunk"
PARALLEL_MAKE = ""
FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*"
FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug"
EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes"
do_configure_prepend() {
touch gtk-doc.make
}
do_stage() {
autotools_stage_all
install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
}