diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build index 2b185089..ebce19d9 100644 --- a/src/libcamera/meson.build +++ b/src/libcamera/meson.build @@ -94,7 +94,6 @@ foreach source : control_source_files control_sources += custom_target(source + '_cpp', input : input_files, output : source + '.cpp', - depend_files : gen_controls, command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@']) endforeach |