diff options
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index d5bd0b3b5df..c3673c6e7c8 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -19,4 +19,8 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = genxml isl vulkan +SUBDIRS = genxml isl + +if HAVE_INTEL_VULKAN +SUBDIRS += vulkan +endif |