diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-24 15:52:57 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-10-27 11:06:45 -0700 |
commit | f121a669c7d94d2ff6721e01bec72589fd081ab3 (patch) | |
tree | 419549096edb13c6afe20c600cb7005e24d5fd17 /meson_options.txt | |
parent | cbbd5bb889a2c271a504c379f36a7cb717a85af4 (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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 84feb63002..74f1e71bf4 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( |