mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
gnome-session: update 45.0 -> 46.0
- consolekit support was removed upstream - add PACKAGECONFIG for doc Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,36 +0,0 @@
|
|||||||
SUMMARY = "GNOME session"
|
|
||||||
LICENSE = "GPL-2.0-only"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
||||||
|
|
||||||
DEPENDS = " \
|
|
||||||
glib-2.0-native \
|
|
||||||
libxslt-native \
|
|
||||||
xmlto-native \
|
|
||||||
xtrans \
|
|
||||||
libice \
|
|
||||||
libsm \
|
|
||||||
virtual/libx11 \
|
|
||||||
gtk+3 \
|
|
||||||
gnome-desktop \
|
|
||||||
gsettings-desktop-schemas \
|
|
||||||
json-glib \
|
|
||||||
"
|
|
||||||
|
|
||||||
|
|
||||||
inherit gnomebase gettext gsettings upstream-version-is-even features_check
|
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
|
||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "706d2ffcacac38553a3c0185793f5a2b4aac940bb5e789d953c9808163bef2f1"
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}"
|
|
||||||
|
|
||||||
PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, dbus-glib"
|
|
||||||
PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd"
|
|
||||||
|
|
||||||
FILES:${PN} += " \
|
|
||||||
${datadir}/xdg-desktop-portal \
|
|
||||||
${datadir}/xsessions \
|
|
||||||
${datadir}/wayland-sessions \
|
|
||||||
${systemd_user_unitdir} \
|
|
||||||
"
|
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
SUMMARY = "GNOME session"
|
||||||
|
LICENSE = "GPL-2.0-only"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
glib-2.0-native \
|
||||||
|
xtrans \
|
||||||
|
libice \
|
||||||
|
libsm \
|
||||||
|
virtual/libx11 \
|
||||||
|
gtk+3 \
|
||||||
|
gnome-desktop \
|
||||||
|
json-glib \
|
||||||
|
systemd \
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
|
inherit gnomebase gettext gsettings upstream-version-is-even features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "polkit systemd pam gobject-introspection-data"
|
||||||
|
|
||||||
|
SRC_URI[archive.sha256sum] = "c6e1624af6090bc4e1a191fe2268abfa7a8de07831ca7a57f217e679bf7b9a54"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
|
||||||
|
PACKAGECONFIG[docbook] = "-Ddocbook=true, -Ddocbook=false"
|
||||||
|
PACKAGECONFIG[man] = "-Dman=true, -Dman=false,xmlto-native libxslt-native"
|
||||||
|
|
||||||
|
FILES:${PN} += " \
|
||||||
|
${datadir}/xdg-desktop-portal \
|
||||||
|
${datadir}/xsessions \
|
||||||
|
${datadir}/wayland-sessions \
|
||||||
|
${systemd_user_unitdir} \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user