panfrost/meson: Remove subdir for nondrm
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Fri, 22 Feb 2019 23:08:59 +0000 (23:08 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Mon, 25 Feb 2019 02:27:26 +0000 (02:27 +0000)
This change fixes cross builds with the (temporary) non-DRM overlay.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/meson.build

index 73fcca3e648df84ce5b22ecacf0e76296e15e788..9568247f36d71ae290cd6150ba35724efb1ac90c 100644 (file)
@@ -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'