diff options
author | Jason Ekstrand <[email protected]> | 2016-03-29 12:00:24 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-14 15:15:00 -0700 |
commit | ca16373a2bedfaf5d5f1b668f080cda91d96171c (patch) | |
tree | 164ba59023f3cc4fdb2dfacbfb48d1ca57710747 /src/Makefile.am | |
parent | e61c812f76eda0cf70317ee8c4070e80e3312e67 (diff) |
configure: Add initial support for enabling Vulkan drivers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 73686a93b3c..a0572b7a563 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 |