diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-30 17:27:42 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-30 17:27:42 +0000 |
commit | 8cf11594833e8161a0c82db7905f50200aa69d71 (patch) | |
tree | 05ec968c795734fa77558832d2a73f0f9a5da162 /meta/packages/dbus | |
parent | d9630462e35b81ad22044668d19dd9ea40644bc7 (diff) | |
download | openembedded-core-8cf11594833e8161a0c82db7905f50200aa69d71.tar.gz openembedded-core-8cf11594833e8161a0c82db7905f50200aa69d71.tar.bz2 openembedded-core-8cf11594833e8161a0c82db7905f50200aa69d71.zip |
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.bb | 6 | ||||
-rw-r--r-- | meta/packages/dbus/dbus_1.1.4.bb | 6 |
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" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" -DEPENDS = "expat glib-2.0 virtual/libintl" +DEPENDS = "expat glib-2.0 virtual/libintl libx11" -PR = "r4" +PR = "r5" SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://tmpdir.patch;patch=1 \ @@ -39,7 +39,7 @@ chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --syst } EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \ - --disable-doxygen-docs --with-xml=expat --without-x" + --disable-doxygen-docs --with-xml=expat --with-x" do_stage () { 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" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" -DEPENDS = "expat glib-2.0 virtual/libintl" +DEPENDS = "expat glib-2.0 virtual/libintl libx11" -PR = "r0" +PR = "r1" SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://tmpdir.patch;patch=1 \ @@ -42,7 +42,7 @@ chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --syst } EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ - --disable-doxygen-docs --with-xml=expat --without-x" + --disable-doxygen-docs --with-xml=expat --with-x" do_stage () { oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} |