Mesa (master): scons: Ensure the OpenVG/ EGL import libs are also prefixed with 'lib'.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jan 13 12:34:24 UTC 2011


Module: Mesa
Branch: master
Commit: 9277a62aa3c1b2073dcfafcf34265b4d7154f4da
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9277a62aa3c1b2073dcfafcf34265b4d7154f4da

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jan 13 12:33:41 2011 +0000

scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.

---

 src/gallium/targets/egl-static/SConscript |    1 +
 src/mapi/vgapi/SConscript                 |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript
index 3eba9e0..25c49ea 100644
--- a/src/gallium/targets/egl-static/SConscript
+++ b/src/gallium/targets/egl-static/SConscript
@@ -112,6 +112,7 @@ if env['drm']:
     ])
 
 # libEGL.dll
+env['LIBPREFIX'] = 'lib'
 env['SHLIBPREFIX'] = 'lib'
 
 egl_gallium = env.SharedLibrary(
diff --git a/src/mapi/vgapi/SConscript b/src/mapi/vgapi/SConscript
index e970e4e..ee6d9fb 100644
--- a/src/mapi/vgapi/SConscript
+++ b/src/mapi/vgapi/SConscript
@@ -45,6 +45,7 @@ if env['platform'] != 'winddk':
 	env.Depends(vgapi_objects, vgapi_header)
 
 	# libOpenVG.dll
+	env['LIBPREFIX'] = 'lib'
 	env['SHLIBPREFIX'] = 'lib'
 
 	openvg = env.SharedLibrary(




More information about the mesa-commit mailing list