gnome-session_3.36.0.bb 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. SUMMARY = "GNOME session"
  2. LICENSE = "GPLv2"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  4. DEPENDS = " \
  5. glib-2.0-native \
  6. libxslt-native \
  7. xmlto-native \
  8. xtrans \
  9. libice \
  10. libsm \
  11. virtual/libx11 \
  12. gtk+3 \
  13. gnome-desktop3 \
  14. gsettings-desktop-schemas \
  15. json-glib \
  16. "
  17. GNOMEBASEBUILDCLASS = "meson"
  18. inherit gnomebase gettext gsettings upstream-version-is-even features_check
  19. REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
  20. SRC_URI[archive.md5sum] = "cd23e30c4991ca1f477020c67ea3a540"
  21. SRC_URI[archive.sha256sum] = "d54b38b818c812f64b82cc6a1279e3ca5a6e391ee662793322a38cab5670bb7a"
  22. PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}"
  23. PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit"
  24. PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd"
  25. FILES_${PN} += " \
  26. ${datadir}/xsessions \
  27. ${datadir}/wayland-sessions \
  28. ${systemd_user_unitdir} \
  29. "
  30. RDEPENDS_${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas"