summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKristian H. Kristensen <hoegsberg@google.com>2020-07-28 15:25:49 -0700
committerMarge Bot <eric+marge@anholt.net>2020-08-05 18:08:07 +0000
commit932f51d593418c95bf8f56ac9335d5f6c52c1285 (patch)
tree61ec827763ea1fc4563d8c58a4a09e4fa3b6072e /meson_options.txt
parent5ae7098ebab1d15fa903d8888a1a73058e5976ff (diff)
ci: Include enough Android headers to let us compile test EGL
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ae0e7cc1d71..2d39d13b6ad 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -29,6 +29,13 @@ option(
description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
)
option(
+ 'android-stub',
+ type : 'boolean',
+ value : false,
+ description : 'Build against android-stub',
+)
+
+option(
'dri3',
type : 'combo',
value : 'auto',