diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/dbus/dbus_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus_%.bbappend index be88280..f95e960 100644 --- a/recipes-core/dbus/dbus_%.bbappend +++ b/recipes-core/dbus/dbus_%.bbappend | |||
@@ -1,3 +1,7 @@ | |||
1 | # There seems to be a mingw build issue where if either of these are specified, | ||
2 | # the mingw build fails in do_compile. Work around it for now. | ||
3 | EXTRA_OEMESON:remove:mingw32 = "-Dtraditional_activation=true -Dtraditional_activation=false" | ||
4 | |||
1 | FILES:${PN}:append:mingw32 = "\ | 5 | FILES:${PN}:append:mingw32 = "\ |
2 | ${bindir}/dbus-launch.exe \ | 6 | ${bindir}/dbus-launch.exe \ |
3 | ${bindir}/dbus-run-session.exe \ | 7 | ${bindir}/dbus-run-session.exe \ |