• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
10   subdir('layout')
11   subdir('compiler')
12   subdir('clc')
13   subdir('genxml')
14   subdir('lib')
15endif
16
17if with_tools.contains('drm-shim')
18  subdir('drm-shim')
19endif
20