diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libcamera/meson.build b/include/libcamera/meson.build index 13e9eeb6..eb787d44 100644 --- a/include/libcamera/meson.build +++ b/include/libcamera/meson.build @@ -46,7 +46,6 @@ foreach header : control_source_files control_headers += custom_target(header + '_h', input : input_files, output : header + '.h', - depend_files : gen_controls, command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@'], install : true, install_dir : join_paths('include', include_dir)) |