summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb
new file mode 100644
index 0000000000..5537b3521e
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.3.bb
@@ -0,0 +1,23 @@
1SUMMARY = "GNOME Shell Extensions"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
4
5inherit gnomebase gettext gsettings features_check
6
7REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
8
9SRC_URI[archive.sha256sum] = "adde34c08f40b63411be6f1d17e235550a0090494871e6481c312989d7f4a2d4"
10
11EXTRA_OEMESON += " \
12 -Dextension_set=all \
13 -Dclassic_mode=true \
14"
15
16RDEPENDS:${PN} += "gnome-shell"
17
18FILES:${PN} += " \
19 ${datadir}/gnome-shell \
20 ${datadir}/gnome-session \
21 ${datadir}/wayland-sessions \
22 ${datadir}/xsessions \
23"