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 <nicolas.dufresne@collabora.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
a5a59b1458
commit
56ff904915
+2
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user