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
|
@ -53,7 +53,7 @@ if build_xorg
|
||||||
unit_defines += ['-DRES_TESTS']
|
unit_defines += ['-DRES_TESTS']
|
||||||
endif
|
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 += [
|
unit_sources += [
|
||||||
'xi1/protocol-xchangedevicecontrol.c',
|
'xi1/protocol-xchangedevicecontrol.c',
|
||||||
'xi2/protocol-common.c',
|
'xi2/protocol-common.c',
|
||||||
|
|
Loading…
Reference in New Issue