aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-04 01:40:51 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-04 01:40:51 +0100
commit31a9c2a2a8c01665810afb3e72032b636e0452e0 (patch)
tree078524cddaee29331db79d5bace24f134410c20f /meson.build
parent81c14f82e918e650a4d0162be68a537b15a684c2 (diff)
Dont show window content on other monitor when animating the notification
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f1176b3..88da653 100644
--- a/meson.build
+++ b/meson.build
@@ -15,7 +15,7 @@ mglpp_dep = mglpp_proj.get_variable('mglpp_dep')
dep = [
mglpp_dep,
- dependency('xfixes'),
+ dependency('xext'),
]
prefix = get_option('prefix')