Mesa (main): meson_options: Bump max value of platform-sdk-version to 31

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 6 12:17:40 UTC 2021


Module: Mesa
Branch: main
Commit: f1c322c269f9cfef0c07a0735d142f56de76d4ab
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1c322c269f9cfef0c07a0735d142f56de76d4ab

Author: Roman Stratiienko <r.stratiienko at gmail.com>
Date:   Wed Oct  6 10:14:33 2021 +0300

meson_options: Bump max value of platform-sdk-version to 31

During building Android-12, the following error appears:
meson.build:21:0: ERROR: New value 31 is more than maximum value 30.

Signed-off-by: Roman Stratiienko <r.stratiienko at gmail.com>
Acked-by: Emil Velikov <emil.l.velikov at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13216>

---

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 8f67013d1bb..32c7593ee8e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -482,7 +482,7 @@ option(
   'platform-sdk-version',
   type : 'integer',
   min : 25,
-  max : 30,
+  max : 31,
   value : 25,
   description : 'Android Platform SDK version. Default: Nougat version.'
 )



More information about the mesa-commit mailing list