diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-29 11:53:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-29 11:53:16 +0000 |
commit | 55adb0927eb4230e68efeb1ddd9bc26bfb5e8d5d (patch) | |
tree | 1364d4b1508ac8920fae00cc041bc49b3e904825 /dbus/dbus_0.21.oe | |
parent | 5560442c75d8e1f0b1a5c18cb562c2a881dc3499 (diff) |
add /usr/lib/dbus-1.0/services to FILES_${PN}
BKrev: 4131c3ac9NraPVZcz93xtiNOQPOzqQ
Diffstat (limited to 'dbus/dbus_0.21.oe')
-rw-r--r-- | dbus/dbus_0.21.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbus/dbus_0.21.oe b/dbus/dbus_0.21.oe index e9be99660d..952ff9034c 100644 --- a/dbus/dbus_0.21.oe +++ b/dbus/dbus_0.21.oe @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" DEPENDS = "expat glib-2.0" @@ -14,7 +14,8 @@ INITSCRIPT_PARAMS = "defaults" CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" -FILES_${PN}-dev += " ${libdir}/dbus-1.0/include" +FILES_${PN} += "${libdir}/dbus-1.0/services" +FILES_${PN}-dev += "${libdir}/dbus-1.0/include" pkg_postinst_dbus() { #!/bin/sh |