diff options
author | Eric Engestrom <[email protected]> | 2017-10-26 16:19:41 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-10-27 11:57:03 +0100 |
commit | 4b9421d45da41955947f4c75be033ec1bc1d18f5 (patch) | |
tree | 0790bc00d2b099901eeb7012c98e1715799249c3 /meson_options.txt | |
parent | 866c8a94d45fd88ea1e3a49c00a0ee5e589e4577 (diff) |
meson: wire up selinux
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 3a6ad1014ac..b6af507bb5c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -160,3 +160,9 @@ option( value : false, description : 'Enable floating point textures and renderbuffers. This option may be patent encumbered, please read docs/patents.txt and consult with your lawyer before turning this on.' ) +option( + 'selinux', + type : 'boolean', + value : false, + description : 'Build an SELinux-aware Mesa' +) |