diff options
author | Chad Versace <[email protected]> | 2015-12-14 10:28:18 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2015-12-15 08:45:49 -0800 |
commit | f7e36f9f66248e94cc4247e2459d75f6cd32bc46 (patch) | |
tree | da4e12434ca2a02c7157a095b4aa11a72a7093ee /configure.ac | |
parent | 8224571ef80e58d0dd1f00f6ee91960ddca799fa (diff) |
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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c26dbf2e126..6cadd040194 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 |