diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-27 11:35:57 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-27 11:35:57 +0000 |
commit | b83b07220adda9d7985605dc382473bb039237c5 (patch) | |
tree | 8330de8e9b664a580e79194fe70cc37a8dcfdaab /packages/dbus/dbus-glib-native_0.71.bb | |
parent | a2d4bed15938b2b37d033d37b8d4a939fc51752b (diff) |
dbus-glib-native-0.71: fix introspection data / binding header generation
Diffstat (limited to 'packages/dbus/dbus-glib-native_0.71.bb')
-rw-r--r-- | packages/dbus/dbus-glib-native_0.71.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/dbus/dbus-glib-native_0.71.bb b/packages/dbus/dbus-glib-native_0.71.bb index 81a15c9b35..200a7133b2 100644 --- a/packages/dbus/dbus-glib-native_0.71.bb +++ b/packages/dbus/dbus-glib-native_0.71.bb @@ -6,7 +6,8 @@ LICENSE = "GPL" DEPENDS = "expat glib-2.0 virtual/libintl dbus-native" SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-glib-${PV}.tar.gz \ - file://cross.patch;patch=1" + file://cross.patch;patch=1 \ + file://run-with-tmp-session-bus.patch;patch=1" inherit autotools pkgconfig gettext native |