mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-27 19:48:14 +02: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:
parent
c020769dbf
commit
9114c4341c
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue