diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/meson.build')
-rw-r--r-- | src/gallium/drivers/panfrost/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
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' |