mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-29 16:18:20 +02:00
don't need clc here. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26017>
18 lines
333 B
Meson
18 lines
333 B
Meson
# Copyright 2018 Rob Clark
|
|
# Copyright 2019 Collabora, Ltd.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
inc_asahi = include_directories([
|
|
'.', 'layout', 'lib', 'compiler'
|
|
])
|
|
|
|
if with_gallium_asahi
|
|
subdir('layout')
|
|
subdir('clc')
|
|
subdir('lib')
|
|
subdir('compiler')
|
|
endif
|
|
|
|
if with_tools.contains('drm-shim')
|
|
subdir('drm-shim')
|
|
endif
|