texenvprogram: fix for ARB_draw_buffers.
[mesa.git] / src / gallium / winsys / drm / intel / egl / dummy.c
index 58c7af84e0ab52722684078fa921aea7c5342201..3181d0ba7e83a2b37f3899a335639ab73a710f0d 100644 (file)
@@ -1 +1,3 @@
-/* mklib expects at least one .o is given */
+/* A poor man's --whole-archive for EGL drivers */
+void *_eglMain(void *);
+void *_eglWholeArchive = (void *) _eglMain;