mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 21:38:19 +00:00
48.3 ==== * Misc. bug fixes and cleanups [Florian; !409, !411, !405, !413] Contributors: Florian Müllner 48.2 ==== * windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395] * build: Allow disabling the X11 session [Neal; !396, !400] Contributors: Daniel Buch Hansen, Neal Gompa 48.1 ==== Translators: Hugo Carvalho [pt], Danial Behzadi [fa] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
614 B
BlitzBasic
24 lines
614 B
BlitzBasic
SUMMARY = "GNOME Shell Extensions"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
|
|
|
|
inherit gnomebase gettext gsettings features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
|
|
|
SRC_URI[archive.sha256sum] = "adde34c08f40b63411be6f1d17e235550a0090494871e6481c312989d7f4a2d4"
|
|
|
|
EXTRA_OEMESON += " \
|
|
-Dextension_set=all \
|
|
-Dclassic_mode=true \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "gnome-shell"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/gnome-shell \
|
|
${datadir}/gnome-session \
|
|
${datadir}/wayland-sessions \
|
|
${datadir}/xsessions \
|
|
"
|