winsys/drm: Do not use --whole-archive in Makefile.egl.
[mesa.git] / src / gallium / winsys / drm / swrast / egl / dummy.c
1 /* A poor man's --whole-archive for EGL drivers */
2 void *_eglMain(void *);
3 void *_eglWholeArchive = (void *) _eglMain;