diff options
author | Eric Anholt <eric@anholt.net> | 2018-08-09 13:02:41 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-08-28 16:29:00 -0400 |
commit | 8a3ae555efb02b3811cca0bfb4ddaf8fe1457778 (patch) | |
tree | 447e4f0ff60133c3a2c304024145ba4b83397dd5 /meson_options.txt | |
parent | a90f33721eba7f2dbde4a7278f1a213d696c85e9 (diff) |
meson: Add an option to build XSELINUX.
Dependencies are ported from the automake build.
v2: Make it a tristate defaulting to 'auto'. Use pkg-config for libaudit.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 8c600f398..3f02d5066 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -80,6 +80,8 @@ option('xres', type: 'boolean', value: true, description: 'XRes extension') option('xace', type: 'boolean', value: true, description: 'X-ACE extension') +option('xselinux', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', + description: 'XSELINUX extension') option('xinerama', type: 'boolean', value: true, description: 'Xinerama extension') option('xcsecurity', type: 'boolean', value: false, |