summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
-rwxr-xr-xutil/cmake/configurejson2cmake.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 2d635e0c8a2..5a2b95d6991 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -184,6 +184,8 @@ def map_tests(test: str) -> str:
'openssl11': '(OPENSSL_VERSION VERSION_GREATER_EQUAL "1.1.0")',
'reduce_exports': 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY',
+
+ 'libinput_axis_api': 'ON',
}
if test in testmap:
return testmap.get(test, None)
@@ -546,6 +548,7 @@ def parseTest(ctx, test, data, cm_fh):
'posix-iconv', "sun-iconv",
'separate_debug_info', # FIXME: see if cmake can do this
'gc_binaries',
+ 'libinput_axis_api',
}
if test in skip_tests: