summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-30 17:27:42 +0000
committerRoss Burton <ross@openedhand.com>2008-01-30 17:27:42 +0000
commit8cf11594833e8161a0c82db7905f50200aa69d71 (patch)
tree05ec968c795734fa77558832d2a73f0f9a5da162 /meta/packages/dbus
parentd9630462e35b81ad22044668d19dd9ea40644bc7 (diff)
downloadpoky-8cf11594833e8161a0c82db7905f50200aa69d71.tar.gz
dbus: enable X support so that the session bus terminates when X does
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3631 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus')
-rw-r--r--meta/packages/dbus/dbus_1.0.2.bb6
-rw-r--r--meta/packages/dbus/dbus_1.1.4.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/dbus/dbus_1.0.2.bb b/meta/packages/dbus/dbus_1.0.2.bb
index 028e4bddb1..5bb41876a2 100644
--- a/meta/packages/dbus/dbus_1.0.2.bb
+++ b/meta/packages/dbus/dbus_1.0.2.bb
@@ -2,9 +2,9 @@ SECTION = "base"
2HOMEPAGE = "http://www.freedesktop.org/Software/dbus" 2HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
3DESCRIPTION = "message bus system for applications to talk to one another" 3DESCRIPTION = "message bus system for applications to talk to one another"
4LICENSE = "GPL" 4LICENSE = "GPL"
5DEPENDS = "expat glib-2.0 virtual/libintl" 5DEPENDS = "expat glib-2.0 virtual/libintl libx11"
6 6
7PR = "r4" 7PR = "r5"
8 8
9SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 9SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
10 file://tmpdir.patch;patch=1 \ 10 file://tmpdir.patch;patch=1 \
@@ -39,7 +39,7 @@ chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --syst
39} 39}
40 40
41EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \ 41EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \
42 --disable-doxygen-docs --with-xml=expat --without-x" 42 --disable-doxygen-docs --with-xml=expat --with-x"
43 43
44do_stage () { 44do_stage () {
45 oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} 45 oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR}
diff --git a/meta/packages/dbus/dbus_1.1.4.bb b/meta/packages/dbus/dbus_1.1.4.bb
index 6e47790159..96f32c9189 100644
--- a/meta/packages/dbus/dbus_1.1.4.bb
+++ b/meta/packages/dbus/dbus_1.1.4.bb
@@ -4,9 +4,9 @@ SECTION = "base"
4HOMEPAGE = "http://www.freedesktop.org/Software/dbus" 4HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
5DESCRIPTION = "message bus system for applications to talk to one another" 5DESCRIPTION = "message bus system for applications to talk to one another"
6LICENSE = "GPL" 6LICENSE = "GPL"
7DEPENDS = "expat glib-2.0 virtual/libintl" 7DEPENDS = "expat glib-2.0 virtual/libintl libx11"
8 8
9PR = "r0" 9PR = "r1"
10 10
11SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 11SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
12 file://tmpdir.patch;patch=1 \ 12 file://tmpdir.patch;patch=1 \
@@ -42,7 +42,7 @@ chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --syst
42} 42}
43 43
44EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ 44EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \
45 --disable-doxygen-docs --with-xml=expat --without-x" 45 --disable-doxygen-docs --with-xml=expat --with-x"
46 46
47do_stage () { 47do_stage () {
48 oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} 48 oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR}