diff options
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6c571a17..59829e19 100644 --- a/meson.build +++ b/meson.build @@ -116,4 +116,5 @@ pkg_mod.generate(libraries : libcamera, version : '1.0', name : 'libcamera', filebase : 'camera', - description : 'Complex Camera Support Library') + description : 'Complex Camera Support Library', + subdirs : 'libcamera') |