summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-26 10:42:09 +0200
committerTor Lillqvist <tml@collabora.com>2019-03-26 10:42:09 +0200
commit87f998fedb2a7c86007695c88bf3aa550c61c576 (patch)
tree2c75143ab035f218503bc77de758fc946a7e2862 /configure.ac
parenttdf#123651 sw AddVerticalFrameOffsets: make vert offset depend on hori offset (diff)
downloadcore-87f998fedb2a7c86007695c88bf3aa550c61c576.tar.gz
core-87f998fedb2a7c86007695c88bf3aa550c61c576.zip
Accept iOS SDK 12.2
Change-Id: Ie3eae75f13d27f3fce11acb66073dd51c0d41a32
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8a3f1e2cdfeb..0a8c1a5c3b94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2962,8 +2962,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=12.1
- older_sdk_vers="12.0 11.4"
+ current_sdk_ver=12.2
+ older_sdk_vers="12.1 12.0 11.4"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0