summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/linux/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
index 51aecb86a9..47799f8f44 100644
--- a/platform/linux/config.cmake
+++ b/platform/linux/config.cmake
@@ -1,6 +1,6 @@
mason_use(glfw VERSION 3.2.1)
if(IS_CI_BUILD AND NOT WITH_EGL)
- mason_use(mesa VERSION 13.0.0${MASON_MESA_SUFFIX}${MASON_CXXABI_SUFFIX})
+ mason_use(mesa VERSION 13.0.0${MASON_MESA_SUFFIX})
endif()
mason_use(boost_libprogram_options VERSION 1.62.0)
mason_use(sqlite VERSION 3.14.2)