diff options
author | Jonas Ã…dahl <jadahl@gmail.com> | 2022-05-28 20:18:41 +0200 |
---|---|---|
committer | Marge Bot <marge-bot@gnome.org> | 2022-12-17 13:52:51 +0000 |
commit | 0e8aaebc00f18a642c9058c00f5ea6f52cd2b385 (patch) | |
tree | 4420e042834e1ead1c67cf0272709da9943d621a /config.h.meson | |
parent | 7e974ba6cc0743305d83cca822e4241c5ad94ae5 (diff) | |
download | mutter-0e8aaebc00f18a642c9058c00f5ea6f52cd2b385.tar.gz |
xwayland: Make XSetIOErrorExitHandler() mandatory
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2718>
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson index c7724b24f..d7fd48f9b 100644 --- a/config.h.meson +++ b/config.h.meson @@ -95,9 +95,6 @@ /* Whether Xwayland has -listenfd option */ #mesondefine HAVE_XWAYLAND_LISTENFD -/* Whether libX11 has XSetIOErrorExitHandler */ -#mesondefine HAVE_XSETIOERROREXITHANDLER - /* Whether the mkostemp function exists */ #mesondefine HAVE_MKOSTEMP |