mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-24 04:35:03 +00:00
wayland: fix build with SDL_WAYLAND_SHARED=OFF/--enable-wayland-shared=no
This commit is contained in:
parent
711846c1f4
commit
ce227aa69e
|
@ -85,6 +85,10 @@ WAYLAND_GetSym(const char *fnname, int *pHasModule)
|
||||||
return fn;
|
return fn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
#include <wayland-egl.h>
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC */
|
#endif /* SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC */
|
||||||
|
|
||||||
/* Define all the function pointers and wrappers... */
|
/* Define all the function pointers and wrappers... */
|
||||||
|
|
Loading…
Reference in a new issue