From 56ff904915ed264c3b9625a38cbdddb77411c431 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 7 May 2020 10:48:52 -0400 Subject: pkgconfig: Fix include directory path Should be $includedir/libcamera, as we install into a subdirectory name 'libcamera'. This is fixed by passing the 'subdirs' argument to the pkgconfig generator. Signed-off-by: Nicolas Dufresne Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit v1.2.1