mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
gnome-session: inital add 3.34.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,39 @@
|
|||||||
|
SUMMARY = "GNOME session"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
glib-2.0-native \
|
||||||
|
libxslt-native \
|
||||||
|
xmlto-native \
|
||||||
|
xtrans \
|
||||||
|
libice \
|
||||||
|
libsm \
|
||||||
|
virtual/libx11 \
|
||||||
|
gtk+3 \
|
||||||
|
gnome-desktop3 \
|
||||||
|
gsettings-desktop-schemas \
|
||||||
|
json-glib \
|
||||||
|
"
|
||||||
|
|
||||||
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
|
|
||||||
|
inherit gnomebase gettext gsettings upstream-version-is-even features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
||||||
|
|
||||||
|
SRC_URI[archive.md5sum] = "1a9c10d5468b3ba8abee94653692fe0d"
|
||||||
|
SRC_URI[archive.sha256sum] = "d7801fe2d5a751b19cb58081771316a76aabd5c550cd58d4e4c6a5a4ed356660"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}"
|
||||||
|
|
||||||
|
PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit"
|
||||||
|
PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd"
|
||||||
|
|
||||||
|
FILES_${PN} += " \
|
||||||
|
${datadir}/xsessions \
|
||||||
|
${datadir}/wayland-sessions \
|
||||||
|
${systemd_user_unitdir} \
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas"
|
||||||
Reference in New Issue
Block a user