xserver: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Feb 6 23:28:07 UTC 2025
include/meson.build | 1 -
include/xorg-server.h.meson.in | 3 ---
2 files changed, 4 deletions(-)
New commits:
commit 171db3b01bb07fde92d497c1ea2e2187c0f94386
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date: Thu Apr 18 15:34:38 2024 +0200
meson: drop defining BIGREQS
This symbol isn't used for decades, so no need to define it at all.
Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1700>
diff --git a/include/meson.build b/include/meson.build
index d4ea7fe44..c9c137634 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -204,7 +204,6 @@ conf_data.set('TCPCONN', '1')
conf_data.set('UNIXCONN', host_machine.system() != 'windows' ? '1' : false)
conf_data.set('IPv6', build_ipv6 ? '1' : false)
-conf_data.set('BIGREQS', '1')
conf_data.set('COMPOSITE', '1')
conf_data.set('DAMAGE', '1')
conf_data.set('DBE', '1')
diff --git a/include/xorg-server.h.meson.in b/include/xorg-server.h.meson.in
index 298bf43e0..d0572c9d4 100644
--- a/include/xorg-server.h.meson.in
+++ b/include/xorg-server.h.meson.in
@@ -20,9 +20,6 @@
#error Include xorg-config.h when building the X server
#endif
-/* Support BigRequests extension */
-#mesondefine BIGREQS
-
/* Default font path */
#mesondefine COMPILEDDEFAULTFONTPATH
More information about the xorg-commit
mailing list