blob: 81be0e123f3ab4528ea5004625fa22e498f33920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require dbus-glib.inc
inherit native
DEPENDS = "glib-2.0-native dbus-native"
PR = "r0"
SRC_URI += "file://run-with-tmp-session-bus.patch;patch=1"
do_stage() {
autotools_stage_all
install -d ${STAGING_DATADIR}/dbus
install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
}
|