diff options
author | Mihai Fufezan <[email protected]> | 2024-08-04 15:19:37 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-08-04 15:19:37 +0300 |
commit | 5dd2c27b631f16e49a2c6e6cbbefba9fa50bf543 (patch) | |
tree | cb145c5eb46250dd7abece115524dbc5ebba46d7 /assets | |
parent | 4ae89e1f227d8b19afe8c692033ab894e053c7ec (diff) | |
download | Hyprland-5dd2c27b631f16e49a2c6e6cbbefba9fa50bf543.tar.gz Hyprland-5dd2c27b631f16e49a2c6e6cbbefba9fa50bf543.zip |
CMake, Meson: install config and wallpapers to DATADIR/hypr
OpenGL: get wallpapers dir from DATAROOTDIR
Diffstat (limited to 'assets')
-rw-r--r-- | assets/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/meson.build b/assets/meson.build index 8c4a60ec..47de3d02 100644 --- a/assets/meson.build +++ b/assets/meson.build @@ -1,7 +1,7 @@ wallpapers = ['0', '1', '2'] foreach type : wallpapers - install_data(f'wall@[email protected]', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime') + install_data(f'wall@[email protected]', install_dir: join_paths(get_option('datadir'), 'hypr'), install_tag: 'runtime') endforeach install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime') |