[Mesa-dev] [PATCH 1/4] panfrost/meson: Remove subdir for nondrm
Alyssa Rosenzweig
alyssa at rosenzweig.io
Fri Feb 22 23:56:24 UTC 2019
This change fixes cross builds with the (temporary) non-DRM overlay.
Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>
---
src/gallium/drivers/panfrost/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build
index 73fcca3e648..a03b95b08ca 100644
--- a/src/gallium/drivers/panfrost/meson.build
+++ b/src/gallium/drivers/panfrost/meson.build
@@ -65,7 +65,6 @@ 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'
endif
--
2.20.1
More information about the mesa-dev
mailing list