From: Alyssa Rosenzweig Date: Fri, 22 Feb 2019 23:08:59 +0000 (+0000) Subject: panfrost/meson: Remove subdir for nondrm X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10cc2518426eccdd2d232af9e2366be013e31af8;p=mesa.git panfrost/meson: Remove subdir for nondrm This change fixes cross builds with the (temporary) non-DRM overlay. Signed-off-by: Alyssa Rosenzweig --- diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build index 73fcca3e648..9568247f36d 100644 --- a/src/gallium/drivers/panfrost/meson.build +++ b/src/gallium/drivers/panfrost/meson.build @@ -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'