mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
build: Make src/gtest before src/mesa
Fixes a make check problem where libgtest.la wasn't build before tests that want to link with it.
This commit is contained in:
parent
e6e73089e5
commit
99629735e7
1 changed files with 1 additions and 2 deletions
|
|
@ -739,7 +739,6 @@ AM_CONDITIONAL(HAVE_SHARED_GLAPI, test "x$enable_shared_glapi" = xyes)
|
|||
dnl
|
||||
dnl Driver specific build directories
|
||||
dnl
|
||||
SRC_DIRS="gtest"
|
||||
GALLIUM_DIRS="auxiliary drivers state_trackers"
|
||||
GALLIUM_TARGET_DIRS=""
|
||||
GALLIUM_WINSYS_DIRS="sw"
|
||||
|
|
@ -764,7 +763,7 @@ fi
|
|||
# build glsl and mesa if OpenGL or OpenGL ES is enabled
|
||||
case "x$enable_opengl$enable_gles1$enable_gles2" in
|
||||
x*yes*)
|
||||
CORE_DIRS="mapi/glapi/gen $CORE_DIRS glsl mesa"
|
||||
CORE_DIRS="mapi/glapi/gen $CORE_DIRS gtest glsl mesa"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue