mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 07:06:00 +01:00
added runtime tag to the wayland-session launchable and sample config
this allows for a small-install footprint by running meson install -C _build --tags runtime
This commit is contained in:
parent
c169f94895
commit
89454ada6c
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
install_data('hyprland.conf', install_dir: join_paths(get_option('datadir'), 'hyprland'))
|
install_data('hyprland.conf', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
|
||||||
install_data('hyprland.desktop', install_dir: join_paths(get_option('datadir'), 'wayland-sessions'))
|
install_data('hyprland.desktop', install_dir: join_paths(get_option('datadir'), 'wayland-sessions'), install_tag: 'runtime')
|
||||||
|
|
Loading…
Reference in a new issue