summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-03-29 12:00:24 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-04-14 15:15:00 -0700
commitca16373a2bedfaf5d5f1b668f080cda91d96171c (patch)
tree164ba59023f3cc4fdb2dfacbfb48d1ca57710747 /src/Makefile.am
parente61c812f76eda0cf70317ee8c4070e80e3312e67 (diff)
downloadexternal_mesa3d-ca16373a2bedfaf5d5f1b668f080cda91d96171c.zip
external_mesa3d-ca16373a2bedfaf5d5f1b668f080cda91d96171c.tar.gz
external_mesa3d-ca16373a2bedfaf5d5f1b668f080cda91d96171c.tar.bz2
configure: Add initial support for enabling Vulkan drivers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 73686a9..a0572b7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,7 +56,7 @@ EXTRA_DIST = \
AM_CFLAGS = $(VISIBILITY_CFLAGS)
AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
-if HAVE_VULKAN
+if HAVE_INTEL_DRIVERS
SUBDIRS += intel
endif