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:
Florian "sp1rit"​ 2022-06-14 12:20:48 +02:00
parent c169f94895
commit 89454ada6c
No known key found for this signature in database
GPG Key ID: BA579378AC81FB05
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
install_data('hyprland.conf', install_dir: join_paths(get_option('datadir'), 'hyprland'))
install_data('hyprland.desktop', install_dir: join_paths(get_option('datadir'), 'wayland-sessions'))
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_tag: 'runtime')