diff options
Diffstat (limited to 'src/gallium/targets/egl/pipe_vmwgfx.c')
-rw-r--r-- | src/gallium/targets/egl/pipe_vmwgfx.c | 1 |
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 15089d6db26..22a28fa858a 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) |