(!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:
parent
31bc28a36e
commit
13fcc8f4c5
|
@ -200,7 +200,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')
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue