(!1700) 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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-04-18 15:34:38 +02:00
parent 31bc28a36e
commit 13fcc8f4c5
2 changed files with 0 additions and 4 deletions

View File

@ -200,7 +200,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')

View File

@ -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