aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-08-04 15:19:37 +0300
committerMihai Fufezan <[email protected]>2024-08-04 15:19:37 +0300
commit5dd2c27b631f16e49a2c6e6cbbefba9fa50bf543 (patch)
treecb145c5eb46250dd7abece115524dbc5ebba46d7 /example
parent4ae89e1f227d8b19afe8c692033ab894e053c7ec (diff)
downloadHyprland-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.build2
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')