summaryrefslogtreecommitdiff
path: root/src/py
diff options
context:
space:
mode:
Diffstat (limited to 'src/py')
-rw-r--r--src/py/libcamera/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/py/libcamera/meson.build b/src/py/libcamera/meson.build
index 0b38b124..33ab6579 100644
--- a/src/py/libcamera/meson.build
+++ b/src/py/libcamera/meson.build
@@ -20,6 +20,7 @@ pycamera_sources += custom_target('py_gen_controls',
output : ['py_controls_generated.cpp'],
command : [gen_py_controls, '--mode', 'controls', '-o', '@OUTPUT@',
'-t', gen_py_controls_template, '@INPUT@'],
+ depend_files : [py_mod_controls],
env : py_build_env)
pycamera_sources += custom_target('py_gen_properties',
@@ -27,6 +28,7 @@ pycamera_sources += custom_target('py_gen_properties',
output : ['py_properties_generated.cpp'],
command : [gen_py_controls, '--mode', 'properties', '-o', '@OUTPUT@',
'-t', gen_py_controls_template, '@INPUT@'],
+ depend_files : [py_mod_controls],
env : py_build_env)
# Generate formats