diff options
author | Jason Ekstrand <[email protected]> | 2016-04-15 15:32:18 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-21 20:44:27 -0700 |
commit | ef5dca2034b347eb676a973be0702e8796a59174 (patch) | |
tree | 0f448c2de51a631c9c0aae4aa8fe9b479d68ba10 /src/intel/Makefile.am | |
parent | fe3b1e14480f303614c9c834f54615e75ec2392a (diff) |
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 <[email protected]>
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r-- | src/intel/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index c3673c6e7c8..520602dd290 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 |