summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-04-15 15:32:18 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-04-21 20:44:27 -0700
commitef5dca2034b347eb676a973be0702e8796a59174 (patch)
tree0f448c2de51a631c9c0aae4aa8fe9b479d68ba10 /src/intel/Makefile.am
parentfe3b1e14480f303614c9c834f54615e75ec2392a (diff)
downloadexternal_mesa3d-ef5dca2034b347eb676a973be0702e8796a59174.zip
external_mesa3d-ef5dca2034b347eb676a973be0702e8796a59174.tar.gz
external_mesa3d-ef5dca2034b347eb676a973be0702e8796a59174.tar.bz2
i965: Add a dependency on libisl
To avoid build issues, ensure that you're running `make' at the top level and/or you've executed `make clean' beforehand. Reviewed-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r--src/intel/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am
index c3673c6..520602d 100644
--- a/src/intel/Makefile.am
+++ b/src/intel/Makefile.am
@@ -20,7 +20,3 @@
# IN THE SOFTWARE.
SUBDIRS = genxml isl
-
-if HAVE_INTEL_VULKAN
-SUBDIRS += vulkan
-endif