targets/egl-static: replace targets/egl

Build egl_gallium from targets/egl-static intead of targets/egl.  The
latter exposes (unversioned) gallium interfaces and is frowned upon.
This commit is contained in:
Chia-I Wu
2011-06-20 12:01:39 +09:00
parent 7451bffad4
commit b8f097f7a0
2 changed files with 202 additions and 1 deletions

View File

@@ -1307,7 +1307,7 @@ if test "x$enable_gallium_egl" = xyes; then
fi
GALLIUM_STATE_TRACKERS_DIRS="egl $GALLIUM_STATE_TRACKERS_DIRS"
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS egl"
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS egl-static"
HAVE_ST_EGL="yes"
fi