diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-27 17:05:49 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-27 17:05:49 +0100 |
commit | 565e5a7fac5db9a35fd0b2cb8e12f1bdf4772821 (patch) | |
tree | 802d4b144472d2521dc4566af625283f5eb9b1dc /ctl-lib | |
parent | 09bdc519439aae889d80f1018507cd5395f5ad03 (diff) |
Set afb-helpers lib as an explicit dependencysandbox/claneys/shared-lib
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib')
-rw-r--r-- | ctl-lib/ctl-utilities.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |