1# Copyright 2018 Rob Clark 2# Copyright 2019 Collabora, Ltd. 3# SPDX-License-Identifier: MIT 4 5inc_asahi = include_directories([ 6 '.', 'layout', 'lib', 'genxml', 'compiler' 7]) 8 9if with_gallium_asahi or with_asahi_vk 10 subdir('genxml') 11 subdir('layout') 12 subdir('compiler') 13 subdir('clc') 14 subdir('lib') 15endif 16 17if with_asahi_vk 18 subdir('vulkan') 19endif 20 21if with_tools.contains('drm-shim') 22 subdir('drm-shim') 23endif 24