mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
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:
committed by
Enrico Weigelt
parent
34039b29c6
commit
bbabd96e6c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user