meson: rename symbol MITSHM to CONFIG_MITSHM

some bit better naming for config symbols.
Yet leaving the old one defined, until all drivers have kept up.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-01 19:52:18 +02:00
committed by Enrico Weigelt
parent 34039b29c6
commit bbabd96e6c
13 changed files with 69 additions and 66 deletions

View File

@@ -285,9 +285,9 @@ fbOverlayFinishScreenInit(ScreenPtr pScreen,
return FALSE;
}
/* MI thinks there's no frame buffer */
#ifdef MITSHM
#ifdef CONFIG_MITSHM
ShmRegisterFbFuncs(pScreen);
#endif
#endif /* CONFIG_MITSHM */
pScreen->minInstalledCmaps = 1;
pScreen->maxInstalledCmaps = 2;