mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
panfrost/meson: Remove subdir for nondrm
This change fixes cross builds with the (temporary) non-DRM overlay. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
77fea552f6
commit
10cc251842
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ nondrm_overlay_check = run_command('ls', overlay)
|
|||
has_nondrm_overlay = nondrm_overlay_check.returncode() == 0
|
||||
|
||||
if has_nondrm_overlay
|
||||
subdir('nondrm/include')
|
||||
files_panfrost += files('nondrm/pan_nondrm.c')
|
||||
inc_panfrost += include_directories('nondrm/include')
|
||||
compile_args_panfrost += '-DPAN_NONDRM_OVERLAY'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue