(submit/miext-extinit) Xext: selinux: unexport noSELinuxExtension

It's not needed by any driver/module, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-28 19:51:25 +02:00
parent 99284fd6d6
commit c7d4cdd0e0
2 changed files with 1 additions and 4 deletions

View File

@ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
extern _X_EXPORT Bool noPanoramiXExtension;
#endif
#if defined(XSELINUX)
extern _X_EXPORT Bool noSELinuxExtension;
#endif
#if defined(XV)
extern _X_EXPORT Bool noXvExtension;
#endif

View File

@ -19,6 +19,7 @@ extern Bool noResExtension;
extern Bool noRRExtension;
extern Bool noScreenSaverExtension;
extern Bool noSecurityExtension;
extern Bool noSELinuxExtension;
extern Bool noShapeExtension;
extern Bool noTestExtensions;
extern Bool noXFixesExtension;