mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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>
This commit is contained in:
committed by
Adam Jackson
parent
a90f33721e
commit
8a3ae555ef
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user