diff options
author | Florian "sp1rit" <[email protected]> | 2022-06-14 12:20:48 +0200 |
---|---|---|
committer | Florian "sp1rit" <[email protected]> | 2022-06-16 23:30:30 +0200 |
commit | 89454ada6cb49c95bf3372e8291e88dc772e9a61 (patch) | |
tree | 75a3aeaf1063a9c8a66c465cdfbcad90c2164ef1 /example | |
parent | c169f948951c63b56a4e39dd2ab921676f65f746 (diff) | |
download | Hyprland-89454ada6cb49c95bf3372e8291e88dc772e9a61.tar.gz Hyprland-89454ada6cb49c95bf3372e8291e88dc772e9a61.zip |
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
Diffstat (limited to 'example')
-rw-r--r-- | example/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/meson.build b/example/meson.build index cf4a2ff0..ccfc4e00 100644 --- a/example/meson.build +++ b/example/meson.build @@ -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') |