summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-11-21 16:16:29 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-11-21 22:35:33 +0100
commita7a766aa4119bf9616223d0de6587a3f30549eac (patch)
tree000ca6e4c7a0ffe9cbbe8c1d7bb50f81286c6e6f /configure.ac
parent97d6185ef18b97ce30206720567fab2994ef2b3d (diff)
macOS (janitor): remove workarounds for no longer supported SDKs
since we won't accept anything lower than 10.14 on master (and 10.13 on libreoffice-7-4 branch), we don't need those quirks anymore. Change-Id: Ibc71a2ce7a0dc60769d03d477991b48fc99d534d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143040 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 5e2fe435a222..26641bbc23ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12172,11 +12172,6 @@ if test "$enable_skia" != "no" -a "$build_skia" = "yes" -a -z "$DISABLE_GUI"; th
SKIA_GPU=VULKAN
AC_SUBST(SKIA_GPU)
fi
-
- if test -n "$MAC_OS_X_VERSION_MIN_REQUIRED" && test "$MAC_OS_X_VERSION_MIN_REQUIRED" -lt "101200"; then
- SKIA_DISABLE_VMA_USE_STL_SHARED_MUTEX=1
- AC_SUBST(SKIA_DISABLE_VMA_USE_STL_SHARED_MUTEX)
- fi
else
AC_MSG_RESULT([no (freetype too old)])
add_warning "freetype version is too old for Skia library, at least 2.8.1 required, Skia support disabled"