xfree86: dri: unexport noXFree86DRIExtension and move into extension

This isn't needed by any external module, so no need to export it.
And those flags are better off in the corresponding extension,
instead of the OS layer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-28 22:52:57 +02:00
parent 3c028a8cc0
commit a42072e663

View File

@ -29,8 +29,8 @@
#include "extnsionst.h" #include "extnsionst.h"
#ifdef XF86DRI #ifdef XF86DRI
extern _X_EXPORT Bool noXFree86DRIExtension; extern Bool noXFree86DRIExtension;
extern void XFree86DRIExtensionInit(void); void XFree86DRIExtensionInit(void);
#endif #endif
#ifdef DRI2 #ifdef DRI2