mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
meson: Drop a meson version check
Drop some code conditional on meson version, which is not needed
since 7e046b94 bumped the minimum meson version
This commit is contained in:
@@ -53,7 +53,7 @@ if build_xorg
|
||||
unit_defines += ['-DRES_TESTS']
|
||||
endif
|
||||
|
||||
if meson.version().version_compare('>=0.46.0') and meson.get_compiler('c').has_link_argument('-Wl,-wrap')
|
||||
if meson.get_compiler('c').has_link_argument('-Wl,-wrap')
|
||||
unit_sources += [
|
||||
'xi1/protocol-xchangedevicecontrol.c',
|
||||
'xi2/protocol-common.c',
|
||||
|
||||
Reference in New Issue
Block a user