diff options
author | Chia-I Wu <[email protected]> | 2011-06-20 12:01:39 +0900 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-06-24 16:49:27 +0900 |
commit | b8f097f7a0da976ea23f8ee124f6faf0472ce42c (patch) | |
tree | 4a3f0358c14e5acf592c9637861f8a915822b507 /configure.ac | |
parent | 7451bffad41a8ab7c61c9799b351c031852eb780 (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 82ff9dae14c..c36b2f6459e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |