diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb (renamed from meta-gnome/recipes-gnome/gnome-session/gnome-session_44.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_44.0.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb index 3f642f401f..ec5b47b970 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb | |||
| @@ -22,7 +22,7 @@ inherit gnomebase gettext gsettings upstream-version-is-even features_check | |||
| 22 | 22 | ||
| 23 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" | 23 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" |
| 24 | 24 | ||
| 25 | SRC_URI[archive.sha256sum] = "ccf829a96526135e9e9f917526515d36a5092bdfa316f3737dd8c5a524dbf2c6" | 25 | SRC_URI[archive.sha256sum] = "706d2ffcacac38553a3c0185793f5a2b4aac940bb5e789d953c9808163bef2f1" |
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}" |
| 28 | 28 | ||
| @@ -30,9 +30,8 @@ PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, dbus-glib" | |||
| 30 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" | 30 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" |
| 31 | 31 | ||
| 32 | FILES:${PN} += " \ | 32 | FILES:${PN} += " \ |
| 33 | ${datadir}/xdg-desktop-portal \ | ||
| 33 | ${datadir}/xsessions \ | 34 | ${datadir}/xsessions \ |
| 34 | ${datadir}/wayland-sessions \ | 35 | ${datadir}/wayland-sessions \ |
| 35 | ${systemd_user_unitdir} \ | 36 | ${systemd_user_unitdir} \ |
| 36 | " | 37 | " |
| 37 | |||
| 38 | RDEPENDS:${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas" | ||
