diff options
-rw-r--r-- | meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb new file mode 100644 index 0000000000..a1532c24c0 --- /dev/null +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | SUMMARY = "A xdg-desktop-portal backend for gnome." | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | DEPENDS = " \ | ||
7 | glib-2.0-native \ | ||
8 | gtk4\ | ||
9 | xdg-desktop-portal \ | ||
10 | libadwaita \ | ||
11 | fontconfig \ | ||
12 | gsettings-desktop-schemas \ | ||
13 | gnome-desktop \ | ||
14 | dconf \ | ||
15 | " | ||
16 | |||
17 | inherit meson pkgconfig gsettings features_check | ||
18 | |||
19 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
20 | |||
21 | SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1" | ||
22 | |||
23 | S = "${WORKDIR}/git" | ||
24 | SRCREV = "4fd5a8bf16b01c78ed19764415cb26d29aaf7eab" | ||
25 | |||
26 | PACKAGECONFIG ?= "" | ||
27 | |||
28 | PACKAGECONFIG[screenshot] = ",,,gnome-shell" | ||
29 | PACKAGECONFIG[screencast] = ",,,mutter" | ||
30 | |||
31 | FILES:${PN} += "${systemd_user_unitdir} ${datadir}" | ||