st/mesa: fix incorrect RowStride computation
[mesa.git] / src / gallium / winsys / drm / radeon / egl / dummy.c
index 4a1bc28b0b60a60603cda147503dc3227021e1f6..3181d0ba7e83a2b37f3899a335639ab73a710f0d 100644 (file)
@@ -1 +1,3 @@
-/* mklib expects at least one object file */
+/* A poor man's --whole-archive for EGL drivers */
+void *_eglMain(void *);
+void *_eglWholeArchive = (void *) _eglMain;