summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-12-14 10:28:18 -0800
committerChad Versace <chad.versace@intel.com>2015-12-15 08:45:49 -0800
commitf7e36f9f66248e94cc4247e2459d75f6cd32bc46 (patch)
treeda4e12434ca2a02c7157a095b4aa11a72a7093ee /configure.ac
parent8224571ef80e58d0dd1f00f6ee91960ddca799fa (diff)
downloadexternal_mesa3d-f7e36f9f66248e94cc4247e2459d75f6cd32bc46.zip
external_mesa3d-f7e36f9f66248e94cc4247e2459d75f6cd32bc46.tar.gz
external_mesa3d-f7e36f9f66248e94cc4247e2459d75f6cd32bc46.tar.bz2
isl: Move it a standalone directory
The plan all along was to eventualyl move isl out of the Vulkan directory, because I intended i965 and anvil to share it. A small problem I encountered when attempting to write unit tests for isl precipitated the move. I discovered that it's easier to get isl unit tests to build if I remove the extra, unneeded dependencies injected by src/vulkan/Makefile.am. And the easiest way to remove those unneeded dependencies is to move isl out of src/vulkan. (Unit tests come in subsequent commits).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c26dbf2..6cadd04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2437,6 +2437,7 @@ AC_CONFIG_FILES([Makefile
src/glx/apple/Makefile
src/glx/tests/Makefile
src/gtest/Makefile
+ src/isl/Makefile
src/loader/Makefile
src/mapi/Makefile
src/mapi/es1api/glesv1_cm.pc