diff options
-rw-r--r-- | meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb index e16f9f372e..0b3a93ab32 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.16.0.bb | |||
@@ -13,7 +13,6 @@ DEPENDS = " \ | |||
13 | pipewire \ | 13 | pipewire \ |
14 | dbus-native \ | 14 | dbus-native \ |
15 | fuse3 \ | 15 | fuse3 \ |
16 | bubblewrap-native \ | ||
17 | xmlto-native \ | 16 | xmlto-native \ |
18 | flatpak \ | 17 | flatpak \ |
19 | python3-dbus-native \ | 18 | python3-dbus-native \ |
@@ -37,3 +36,12 @@ S = "${WORKDIR}/git" | |||
37 | SRCREV = "88af6c8ca4106fcf70925355350a669848e9fd5a" | 36 | SRCREV = "88af6c8ca4106fcf70925355350a669848e9fd5a" |
38 | 37 | ||
39 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" | 38 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" |
39 | |||
40 | EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross" | ||
41 | |||
42 | do_write_config:append() { | ||
43 | cat >${WORKDIR}/meson-${PN}.cross <<EOF | ||
44 | [binaries] | ||
45 | bwrap = '${bindir}/bwrap' | ||
46 | EOF | ||
47 | } | ||