diff --git a/src/core.c b/src/core.c index 2eeb401..0366443 100644 --- a/src/core.c +++ b/src/core.c @@ -1060,11 +1060,13 @@ int MwLibraryInit(void) { NULL}; int i; +#ifdef USE_WAYLAND if(MwWaylandCairoOnly) { calls[0] = MwLLCairoCallInit; } else { calls[0] = MwLLWaylandCallInit; } +#endif MwColorTableInit();