summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb
new file mode 100644
index 0000000000..e1bf16b5c8
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb
@@ -0,0 +1,39 @@
1SUMMARY = "GNOME session"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5DEPENDS = " \
6 glib-2.0-native \
7 libxslt-native \
8 xmlto-native \
9 xtrans \
10 libice \
11 libsm \
12 virtual/libx11 \
13 gtk+3 \
14 gnome-desktop3 \
15 gsettings-desktop-schemas \
16 json-glib \
17"
18
19GNOMEBASEBUILDCLASS = "meson"
20
21inherit gnomebase gettext gsettings upstream-version-is-even features_check
22
23REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
24
25SRC_URI[archive.md5sum] = "1a9c10d5468b3ba8abee94653692fe0d"
26SRC_URI[archive.sha256sum] = "d7801fe2d5a751b19cb58081771316a76aabd5c550cd58d4e4c6a5a4ed356660"
27
28PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}"
29
30PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit"
31PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd"
32
33FILES_${PN} += " \
34 ${datadir}/xsessions \
35 ${datadir}/wayland-sessions \
36 ${systemd_user_unitdir} \
37"
38
39RDEPENDS_${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas"