diff options
author | John Lee <john_lee@openmoko.org> | 2008-09-05 11:37:39 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-09-05 11:37:39 +0000 |
commit | 8e25448fb01b6fa6ea3a86f9327f080cd753dfbc (patch) | |
tree | 508242f47178f177247fc7064aa72bc8d6b6d1e8 /packages/dbus/dbus_1.2.1.bb | |
parent | 59aaa81bf42c908b7c9dc4f8c538d65d34f0528f (diff) |
dbus: enable x support and put dbus-launch into new package dbus-x11
* Enable x support only add rdepends to dbus-launch. Make it a
seperate package so other packages like dbus does not rdepend on
libx11.
* This solves the problem that if you restart X for multiple times,
there will be many dbus-daemon left in the system. That's because
--exit-with-session in Xsession will not be useful without enabling
x support.
* Follow debian, change the name from dbus-1 to dbus and
conflict/replace the original dbus-1.
* oe-stylize dbus.inc
Diffstat (limited to 'packages/dbus/dbus_1.2.1.bb')
-rw-r--r-- | packages/dbus/dbus_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dbus/dbus_1.2.1.bb b/packages/dbus/dbus_1.2.1.bb index da7cd43d7f..8a4aa6d61c 100644 --- a/packages/dbus/dbus_1.2.1.bb +++ b/packages/dbus/dbus_1.2.1.bb @@ -1,3 +1,3 @@ include dbus.inc -PR = "r3" +PR = "r4" |