libcamera/src/py
Barnabás Pőcze d997e97512 utils: codegen: Make users depend on controls.py in meson
Currently, modifying `controls.py` does not make those build targets dirty
that use a script that includes it (e.g. `gen-controls.py`) because meson
has no knowledge of this dependency. Add `depend_files` to each
`custom_target()` invocation to fix this.

Ideally it would be possible to attach this dependency to `gen_controls`,
`gen_gst_controls`, etc. objects themselves, so that repetition is
avoided, but this does not seem possible at the moment.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
2025-05-22 13:16:07 +02:00
..
cam py: cam: Convert to PyQt6 2024-08-12 20:25:20 +03:00
examples py: Use exceptions instead of returning error codes 2023-05-30 18:29:09 +03:00
libcamera utils: codegen: Make users depend on controls.py in meson 2025-05-22 13:16:07 +02:00
meson.build py: Set PYTHONPATH in devenv 2025-05-12 09:21:14 +02:00