meson: remove selinux option

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31656>
This commit is contained in:
Georg Lehmann
2024-10-15 09:46:19 +02:00
committed by Marge Bot
parent ec95f07a1f
commit 894c4f0c78
8 changed files with 8 additions and 17 deletions

View File

@@ -497,10 +497,8 @@ option(
option(
'selinux',
type : 'boolean',
value : false,
description : 'Build an SELinux-aware Mesa. This currently disables ' +
'execmem support at runtime unless SELinux is configured ' +
'with allow_execmem.'
deprecated : true,
description : 'Does nothing, left here for a while to avoid build breakages.',
)
option(