diff options
-rw-r--r-- | include/libcamera/ipa/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libcamera/ipa/meson.build b/include/libcamera/ipa/meson.build index eca4e9ee..729483ab 100644 --- a/include/libcamera/ipa/meson.build +++ b/include/libcamera/ipa/meson.build @@ -81,7 +81,7 @@ foreach file : ipa_mojom_files endif # {pipeline}.mojom-module - mojom = custom_target(file.split('.')[0] + '_mojom_module', + mojom = custom_target(name + '_mojom_module', input : file, output : file + '-module', depends : ipa_mojom_core, @@ -143,3 +143,5 @@ foreach file : ipa_mojom_files libcamera_generated_ipa_headers += [header, serializer, proxy_header] endforeach + +ipa_mojom_files = files(ipa_mojom_files) |