wayland: fix build with SDL_WAYLAND_SHARED=OFF/--enable-wayland-shared=no
parent
711846c1f4
commit
ce227aa69e
|
@ -85,6 +85,10 @@ WAYLAND_GetSym(const char *fnname, int *pHasModule)
|
|||
return fn;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#include <wayland-egl.h>
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC */
|
||||
|
||||
/* Define all the function pointers and wrappers... */
|
||||
|
|
Loading…
Reference in New Issue