diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:35:03 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:35:03 +0000 |
commit | ff247ac3fce1e46dbe826347c07bc66f46e7f6e6 (patch) | |
tree | c0f9333c3431b562fd41210db9d41531b04357e6 /meta/packages | |
parent | e33ca0e77ab6d52a7872bb789500c797fa34fbfe (diff) | |
download | poky-ff247ac3fce1e46dbe826347c07bc66f46e7f6e6.tar.gz |
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
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gnome/gconf-dbus-native_svn.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/packages/gnome/gconf-dbus-native_svn.bb b/meta/packages/gnome/gconf-dbus-native_svn.bb new file mode 100644 index 0000000000..c0dbb16c12 --- /dev/null +++ b/meta/packages/gnome/gconf-dbus-native_svn.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | SECTION = "x11/utils" | ||
2 | DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" | ||
3 | DESCRIPTION = "Settings daemon using DBUS for communication." | ||
4 | LICENSE = "GPL" | ||
5 | PROVIDES = "gconf-native" | ||
6 | RPROVIDES_${PN} = "gconf-native" | ||
7 | |||
8 | PV = "2.16.0+svnr${SRCREV}" | ||
9 | |||
10 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" | ||
11 | |||
12 | inherit pkgconfig autotools native | ||
13 | S = "${WORKDIR}/trunk" | ||
14 | |||
15 | PARALLEL_MAKE = "" | ||
16 | |||
17 | FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" | ||
18 | FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" | ||
19 | |||
20 | EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" | ||
21 | |||
22 | |||
23 | do_configure_prepend() { | ||
24 | touch gtk-doc.make | ||
25 | } | ||
26 | |||
27 | do_stage() { | ||
28 | autotools_stage_all | ||
29 | install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 | ||
30 | } | ||