From 10cc2518426eccdd2d232af9e2366be013e31af8 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 22 Feb 2019 23:08:59 +0000 Subject: [PATCH] panfrost/meson: Remove subdir for nondrm This change fixes cross builds with the (temporary) non-DRM overlay. Signed-off-by: Alyssa Rosenzweig --- 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..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' -- 2.30.2