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:
Jon Turney 2019-03-13 13:25:02 +00:00 committed by Adam Jackson
parent c020769dbf
commit 9114c4341c

View File

@ -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',