diff options
author | Brian Paul <[email protected]> | 2013-03-11 18:31:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-03-12 19:04:43 -0600 |
commit | 79eac7da6bbaf55ca7997de5f22f18411565b103 (patch) | |
tree | 178211611a44a92a6207a63a3860fd66a7fa71a6 | |
parent | be51f123c9265dc804b7252b553c5f17caa95e98 (diff) |
configure: wire-up new OSMesa gallium state tracker and target
Reviewed-by: José Fonseca <[email protected]>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ee0fe556c5b..4bbc7c59461 100644 --- a/configure.ac +++ b/configure.ac @@ -793,6 +793,8 @@ fi if test "x$enable_osmesa" = xyes; then DRIVER_DIRS="$DRIVER_DIRS osmesa" + GALLIUM_STATE_TRACKERS_DIRS="osmesa $GALLIUM_STATE_TRACKERS_DIRS" + GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS osmesa" fi AC_SUBST([SRC_DIRS]) @@ -2065,6 +2067,7 @@ AC_CONFIG_FILES([Makefile src/gallium/state_trackers/egl/Makefile src/gallium/state_trackers/gbm/Makefile src/gallium/state_trackers/glx/Makefile + src/gallium/state_trackers/osmesa/Makefile src/gallium/state_trackers/vdpau/Makefile src/gallium/state_trackers/vega/Makefile src/gallium/state_trackers/xa/Makefile @@ -2082,6 +2085,7 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/egl-static/Makefile src/gallium/targets/gbm/Makefile src/gallium/targets/opencl/Makefile + src/gallium/targets/osmesa/Makefile src/gallium/targets/pipe-loader/Makefile src/gallium/targets/libgl-xlib/Makefile src/gallium/targets/vdpau-nouveau/Makefile |