diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-04 01:40:51 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-04 01:40:51 +0100 |
commit | 31a9c2a2a8c01665810afb3e72032b636e0452e0 (patch) | |
tree | 078524cddaee29331db79d5bace24f134410c20f /meson.build | |
parent | 81c14f82e918e650a4d0162be68a537b15a684c2 (diff) |
Dont show window content on other monitor when animating the notification
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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') |