diff options
Diffstat (limited to 'meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.1.bb')
| -rw-r--r-- | meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.1.bb new file mode 100644 index 0000000000..a5477301bc --- /dev/null +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.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 | xdg-desktop-portal-gtk \ | ||
| 11 | libadwaita \ | ||
| 12 | fontconfig \ | ||
| 13 | gsettings-desktop-schemas \ | ||
| 14 | gnome-desktop \ | ||
| 15 | dconf \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN} = "xdg-desktop-portal xdg-desktop-portal-gtk" | ||
| 19 | |||
| 20 | inherit gnomebase pkgconfig gsettings features_check | ||
| 21 | |||
| 22 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
| 23 | |||
| 24 | SRC_URI[archive.sha256sum] = "3e9ca821044005fb37bd68ebe4ad196fc3d072835581467a22a4879dac7b5fdd" | ||
| 25 | |||
| 26 | PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | ||
| 27 | PACKAGECONFIG[wayland] = ",,wayland-native" | ||
| 28 | PACKAGECONFIG[screenshot] = ",,,gnome-shell" | ||
| 29 | PACKAGECONFIG[screencast] = ",,,mutter" | ||
| 30 | |||
| 31 | FILES:${PN} += "${systemd_user_unitdir} ${datadir}" | ||
