From bdca9ab14ef3198b635af6043fc1d7e31be79f51 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 24 Jun 2021 14:41:15 +0100 Subject: libcamera: Move libcamera.so pkg-config file generation The pkg-config file for the main libcamera.so is generated at the top level meson.build. Move this to the actual core libcamera build structure to be consistent and keep it next to the library construction. Reviewed-by: Paul Elder Reviewed-by: Hirokazu Honda Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- meson.build | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4d7d936f..6eed0d8c 100644 --- a/meson.build +++ b/meson.build @@ -164,14 +164,6 @@ run_command('ln', '-fsT', meson.source_root(), meson.build_root() / 'source') configure_file(output : 'config.h', configuration : config_h) -pkg_mod = import('pkgconfig') -pkg_mod.generate(libraries : libcamera, - version : '1.0', - name : 'libcamera', - filebase : 'camera', - description : 'Complex Camera Support Library', - subdirs : 'libcamera') - # Check for python installation and modules. py_mod = import('python') py_mod.find_installation('python3', modules: py_modules) -- cgit v1.2.1