From 565e5a7fac5db9a35fd0b2cb8e12f1bdf4772821 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 27 Dec 2018 17:05:49 +0100 Subject: Set afb-helpers lib as an explicit dependency Set afb-helpers lib as an explicit dependency in the pkg-config file. This avoid cyclic dependency problems at link as long as you use pkg-config to retrieve your link flags. Bug-AGL: SPEC-1689 Change-Id: Ieeee46de30cc38fefcfd0014f35dd078f865c8b2 Signed-off-by: Romain Forlot --- ctl-lib/ctl-utilities.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl-lib/ctl-utilities.pc.in b/ctl-lib/ctl-utilities.pc.in index 3ddbbb8..845ab0d 100644 --- a/ctl-lib/ctl-utilities.pc.in +++ b/ctl-lib/ctl-utilities.pc.in @@ -25,7 +25,7 @@ Name: @TARGET_NAME@ Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ URL: @PROJECT_URL@ -Libs.private: +Libs.private: -lafb-helpers Libs: -L@CMAKE_INSTALL_LIBDIR@ -l@TARGET_NAME@ Cflags: -I${includedir} -- cgit 1.2.3-korg