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 /example | |
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 'example')
-rw-r--r-- | example/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/meson.build b/example/meson.build index ccfc4e00..2fb3a35e 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_tag: 'runtime') +install_data('hyprland.conf', install_dir: join_paths(get_option('datadir'), 'hypr'), install_tag: 'runtime') install_data('hyprland.desktop', install_dir: join_paths(get_option('datadir'), 'wayland-sessions'), install_tag: 'runtime') |