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

Author: Eric Engestrom <eric.engest...@imgtec.com>
Date:   Tue Oct 31 18:47:00 2017 +0000

mapi: fix .so path in ABI-check

Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com>
Reviewed-and-Tested-by: Michel Dänzer <michel.daen...@amd.com>

---

 src/mapi/es1api/ABI-check | 2 +-
 src/mapi/es2api/ABI-check | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check
index 25970bc414..bd9d0288d6 100755
--- a/src/mapi/es1api/ABI-check
+++ b/src/mapi/es1api/ABI-check
@@ -9,7 +9,7 @@ set -eu
 # or in extensions that are part of the ES 1.1 extension pack.
 # (see 
http://www.khronos.org/registry/gles/specs/1.1/opengles_spec_1_1_extension_pack.pdf)
 
-LIB=${1-.libs/libGLESv1_CM.so.1}
+LIB=${1-es1api/.libs/libGLESv1_CM.so.1}
 
 if ! [ -f "$LIB" ]
 then
diff --git a/src/mapi/es2api/ABI-check b/src/mapi/es2api/ABI-check
index 2c2764e7fb..835882c954 100755
--- a/src/mapi/es2api/ABI-check
+++ b/src/mapi/es2api/ABI-check
@@ -6,7 +6,7 @@ set -eu
 # GL_EXT_multi_draw_arrays
 # GL_OES_EGL_image
 
-LIB=${1-.libs/libGLESv2.so.2}
+LIB=${1-es2api/.libs/libGLESv2.so.2}
 
 if ! [ -f "$LIB" ]
 then

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to