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:
parent
4235d2375a
commit
171db3b01b
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue