diff options
Diffstat (limited to 'src/gallium/targets/egl-static/egl.link')
-rw-r--r-- | src/gallium/targets/egl-static/egl.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/egl.link b/src/gallium/targets/egl-static/egl.link new file mode 100644 index 00000000000..78d155df01a --- /dev/null +++ b/src/gallium/targets/egl-static/egl.link @@ -0,0 +1,3 @@ +VERSION { +{ global: _eglMain; local: *; }; +}; |