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@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1700>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-04-18 15:34:38 +02:00 committed by Marge Bot
parent 4235d2375a
commit 171db3b01b
2 changed files with 0 additions and 4 deletions

View File

@ -204,7 +204,6 @@ conf_data.set('TCPCONN', '1')
conf_data.set('UNIXCONN', host_machine.system() != 'windows' ? '1' : false) conf_data.set('UNIXCONN', host_machine.system() != 'windows' ? '1' : false)
conf_data.set('IPv6', build_ipv6 ? '1' : false) conf_data.set('IPv6', build_ipv6 ? '1' : false)
conf_data.set('BIGREQS', '1')
conf_data.set('COMPOSITE', '1') conf_data.set('COMPOSITE', '1')
conf_data.set('DAMAGE', '1') conf_data.set('DAMAGE', '1')
conf_data.set('DBE', '1') conf_data.set('DBE', '1')

View File

@ -20,9 +20,6 @@
#error Include xorg-config.h when building the X server #error Include xorg-config.h when building the X server
#endif #endif
/* Support BigRequests extension */
#mesondefine BIGREQS
/* Default font path */ /* Default font path */
#mesondefine COMPILEDDEFAULTFONTPATH #mesondefine COMPILEDDEFAULTFONTPATH