aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/meson.build
diff options
context:
space:
mode:
authorTom Englund <[email protected]>2024-08-09 19:33:20 +0200
committerGitHub <[email protected]>2024-08-09 19:33:20 +0200
commit8b37e81374928856d8fd859b95a62c8bf4211901 (patch)
tree652ada086c38773b8616da8a7926ad7b5ab51dab /src/meson.build
parentfd1d4e288edd586a3d5273cda053a51f5b14cad7 (diff)
downloadHyprland-8b37e81374928856d8fd859b95a62c8bf4211901.tar.gz
Hyprland-8b37e81374928856d8fd859b95a62c8bf4211901.zip
cursormgr: add a new setting to sync gsettings (#7253)
cursor:sync_gsettings_theme is set to default true and if enabled it will now sync xcursor theme loading with gsettings if it can, meaning CSD clients will now also change to the appropiate theme upon start and hyprctl setcursor THEME SIZE .
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 098d8298..475ecc24 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -28,6 +28,7 @@ executable('Hyprland', src,
xcb_xfixes_dep,
backtrace_dep,
epoll_dep,
+ gio_dep,
udis86,
dependency('pixman-1'),