summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-07-04 12:07:24 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-07-08 13:26:15 +0100
commitdc08b6aab021030d5c56c6188cda2b75b645c839 (patch)
tree0d4c22237b84af1c8dd8c96be3cf5fac20b46b00
parent9b5addecd864079b4d9938ef7ff4fade814ca0ea (diff)
Use .so extension for egl_gallium10.2.2-patches
Give egl_gallium driver the .so extension, to match the previous package contents, and (presumably) what is hardcoded in the EGL loader.
-rw-r--r--src/gallium/targets/egl-static/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am
index e64de4df7b..318b3457d7 100644
--- a/src/gallium/targets/egl-static/Makefile.am
+++ b/src/gallium/targets/egl-static/Makefile.am
@@ -45,6 +45,7 @@ AM_CPPFLAGS = \
-D_EGL_MAIN=_eglMain
AM_LDFLAGS = \
+ -shrext .so \
-module \
-no-undefined \
-avoid-version \