From 8cf11594833e8161a0c82db7905f50200aa69d71 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 30 Jan 2008 17:27:42 +0000 Subject: 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 --- meta/packages/dbus/dbus_1.0.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/packages/dbus/dbus_1.0.2.bb') diff --git a/meta/packages/dbus/dbus_1.0.2.bb b/meta/packages/dbus/dbus_1.0.2.bb index 028e4bddb..5bb41876a 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} -- cgit v1.2.3