diff options
author | Matt Turner <[email protected]> | 2013-11-05 13:56:14 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-11-07 10:00:25 -0800 |
commit | fd03dd6ddd96afe782d8686fcba437d23c878da1 (patch) | |
tree | fa5372c6902a1ced1888fdaebe3cdad81c2656dd /configure.ac | |
parent | d8abd6710ea41545ae2fb9b8e718d29a69574b1a (diff) |
build: Build gen_matypes and matypes.h from src/mesa.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 0896d857a59..11378bc56ea 100644 --- a/configure.ac +++ b/configure.ac @@ -2091,9 +2091,7 @@ AC_CONFIG_FILES([Makefile src/mesa/drivers/osmesa/osmesa.pc src/mesa/drivers/x11/Makefile src/mesa/main/tests/Makefile - src/mesa/main/tests/hash_table/Makefile - src/mesa/x86-64/Makefile - src/mesa/x86/Makefile]) + src/mesa/main/tests/hash_table/Makefile]) dnl Sort the dirs alphabetically GALLIUM_TARGET_DIRS=`echo $GALLIUM_TARGET_DIRS|tr " " "\n"|sort -u|tr "\n" " "` |