Skip to content

Commit

Permalink
Reflect new systemd target name (#67)
Browse files Browse the repository at this point in the history
Most of the x11 content is now shipped with Gala, reflect the target name changed in
elementary/gala#1692
  • Loading branch information
tintou committed Jun 19, 2023
1 parent cb1176b commit ef4d9dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
22 changes: 0 additions & 22 deletions systemd/gnome-session-x11@pantheon.target

This file was deleted.

12 changes: 1 addition & 11 deletions systemd/meson.build
Expand Up @@ -4,20 +4,10 @@ if systemd_userunitdir == ''
systemd_userunitdir = dep_systemd.get_pkgconfig_variable('systemduserunitdir', define_variable: ['prefix', get_option('prefix')])
endif

install_data(
'gnome-session-x11@pantheon.target',
install_dir: systemd_userunitdir
)

install_data(
'pantheon-session-x11.target',
install_dir: systemd_userunitdir
)

desktop_plain = 'pantheon'

shell_component = {
desktop_plain: 'gala-x11',
desktop_plain: 'io.elementary.gala',
}

required_components = {
Expand Down
20 changes: 0 additions & 20 deletions systemd/pantheon-session-x11.target

This file was deleted.

0 comments on commit ef4d9dc

Please sign in to comment.