summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl/pipe_vmwgfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/egl/pipe_vmwgfx.c')
-rw-r--r--src/gallium/targets/egl/pipe_vmwgfx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl/pipe_vmwgfx.c b/src/gallium/targets/egl/pipe_vmwgfx.c
index 15089d6db2..22a28fa858 100644
--- a/src/gallium/targets/egl/pipe_vmwgfx.c
+++ b/src/gallium/targets/egl/pipe_vmwgfx.c
@@ -23,4 +23,5 @@ create_screen(int fd)
return screen;
}
+PUBLIC
DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen)