Build with hyprland-session.service (#8251)
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
c356e42500
commit
f3f7d3629a
5 changed files with 31 additions and 3 deletions
15
systemd/meson.build
Normal file
15
systemd/meson.build
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
install_data(
|
||||
'hyprland-systemd.desktop',
|
||||
install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
|
||||
install_tag: 'runtime',
|
||||
)
|
||||
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('PREFIX', get_option('prefix'))
|
||||
conf_data.set('BINDIR', get_option('bindir'))
|
||||
|
||||
configure_file(
|
||||
configuration: conf_data,
|
||||
input: 'hyprland-session.service.in',
|
||||
output: '@BASENAME@',
|
||||
install_dir: join_paths(get_option('libdir'), 'systemd/user') )
|
||||
Loading…
Add table
Add a link
Reference in a new issue