summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-24 15:52:57 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-10-27 11:06:45 -0700
commitf121a669c7d94d2ff6721e01bec72589fd081ab3 (patch)
tree419549096edb13c6afe20c600cb7005e24d5fd17 /meson_options.txt
parentcbbd5bb889a2c271a504c379f36a7cb717a85af4 (diff)
meson: build gallium based osmesa
This has been tested with the osdemo from mesa-demos v2: - Add SELinux dependency - fix typo GALLIUM_LLVM -> GALLIUM_LLVMPIPE Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 84feb630026..74f1e71bf43 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -170,7 +170,7 @@ option(
'osmesa',
type : 'combo',
value : 'none',
- choices : ['none', 'classic'],
+ choices : ['none', 'classic', 'gallium'],
description : 'Build OSmesa.'
)
option(