mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
It was me who introduced gnome-classic for wayland in
342de9bf51.
In the commit message I wrote:
"Enable gnome-classic session for wayland
Wonder why upstream does not ship this: Session runs perfectly fine"
Seems upstream was listening :) With 42.0 they ship two wayland sessions but
now I do not understand why there are two: Sessions (Try)Exec are identical -
only displayed texts are different. Maybe it's for gdm's sake which I never
used so far.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
30 lines
682 B
BlitzBasic
30 lines
682 B
BlitzBasic
SUMMARY = "GNOME Shell Extensions"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase gettext gsettings features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
|
|
|
SRC_URI[archive.sha256sum] = "3ee65b75b1afd8bcca0a2a03da9b2884787ed40e257a881d9aa6ef7c8727602f"
|
|
|
|
DEPENDS += " \
|
|
sassc-native \
|
|
"
|
|
|
|
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 \
|
|
"
|