mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
freedreno: Only add drm/computerator when system_has_kms_drm
These are both MSM-DRM specific subprojects which depend on it and cannot be built without, this change is required to allow for KGSL freedreno tool builds to compile successfully. Signed-off-by: Mark Collins <mark@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25005>
This commit is contained in:
parent
a0cca5f6eb
commit
f8ac568955
1 changed files with 5 additions and 2 deletions
|
|
@ -43,12 +43,15 @@ install_fd_decode_tools = dep_libxml2.found() and prog_gzip.found() and \
|
|||
subdir('registers')
|
||||
subdir('common')
|
||||
subdir('isa')
|
||||
subdir('drm')
|
||||
subdir('ir2')
|
||||
subdir('ir3')
|
||||
subdir('fdl')
|
||||
subdir('perfcntrs')
|
||||
subdir('computerator')
|
||||
|
||||
if system_has_kms_drm
|
||||
subdir('drm')
|
||||
subdir('computerator')
|
||||
endif
|
||||
|
||||
if with_perfetto and (with_datasources.contains('freedreno') or with_datasources.contains('auto'))
|
||||
subdir('ds')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue