summaryrefslogtreecommitdiffstats
path: root/ctl-lib/appcontroller.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2019-10-01Pkg config files: use CMAKE_INSTALL_LIBDIR varClément Bénier1-1/+1
library folders may be lib or lib64 so use cmake CMAKE_INSTALL_LIBDIR variable instead of lib Bug-AGL: SPEC-2846 Change-Id: I805cf4f97a189dc2a489694f682f303e3982a753 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-01-24Adds more details about the library migrationRomain Forlot1-0/+30
- 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>