diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-16 14:55:20 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-24 10:41:40 +0100 |
commit | 2fd0e000fe6206a113f1def04363e7412a2a5007 (patch) | |
tree | d813a613dfc2d8953792694b5274e65b9b71d957 /ctl-lib/ctl-utilities.pc.in | |
parent | 8f7623339beb1ba07a41a016fa0a1507da92a03e (diff) |
Adds more details about the library migration
- adds the controller binder definitions migration to binder functions
definitions and instructions using a sed script to migrate the old
functions definition.
- adds requirement reminder to af-binder version >= FF
- fix wrong git submodule name given as example
- Use AGLVERSION variable to set the PROJECT_VERSION. AGLVERSION could
then be overwriten using command-line.
- Use ${libdir} instead of CMake variable to set the Libs pkg-config
variable.
Bug-AGL: SPEC-1689
Change-Id: If03f35bab9501fbcb97244836692301c36d6d74c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-utilities.pc.in')
-rw-r--r-- | ctl-lib/ctl-utilities.pc.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ctl-lib/ctl-utilities.pc.in b/ctl-lib/ctl-utilities.pc.in index 845ab0d..0094b54 100644 --- a/ctl-lib/ctl-utilities.pc.in +++ b/ctl-lib/ctl-utilities.pc.in @@ -21,11 +21,10 @@ exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include -Name: @TARGET_NAME@ +Name: @LEGACY_NAME@ Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ URL: @PROJECT_URL@ -Libs.private: -lafb-helpers -Libs: -L@CMAKE_INSTALL_LIBDIR@ -l@TARGET_NAME@ +Requires.private: afb-helpers +Libs: -L${libdir} -l@TARGET_NAME@ Cflags: -I${includedir} - |