]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: enable X support so that the session bus terminates when X does
authorRoss Burton <ross@openedhand.com>
Wed, 30 Jan 2008 17:27:42 +0000 (17:27 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 30 Jan 2008 17:27:42 +0000 (17:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3631 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/dbus/dbus_1.0.2.bb
meta/packages/dbus/dbus_1.1.4.bb

index 028e4bddb1bdd9c6145e9f89282d8505cd2704ed..5bb41876a21c789daa98338cb2b9d2fdd8bdfefd 100644 (file)
@@ -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}
index 6e4779015928de33803c84eacaa4c42e74ee55e5..96f32c9189bbaa409fdec500b8249846c8be280f 100644 (file)
@@ -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}