st/egl: Build a single EGL driver.
[mesa.git] / src / gallium / targets / egl / pipe_nouveau.c
index cf569ea62c89c0452897b5350202b894efceb9fe..0c9081bc71306fd155b52b5b1cd4521e6c4fcbc3 100644 (file)
@@ -17,8 +17,5 @@ create_screen(int fd)
    return screen;
 }
 
+PUBLIC
 DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen)
-
-/* A poor man's --whole-archive for EGL drivers */
-void *_eglMain(void *);
-void *_eglWholeArchive = (void *) _eglMain;