Skip to content
Snippets Groups Projects
Commit af6f29e6 authored by Arnaud Degroote's avatar Arnaud Degroote
Browse files

[wip/jafar-rtslam] Add a patch to fix pkgconfig requirements

parent 2c96202e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#
JAFAR_PKG= rtslam-0.2
PKGREVISION= 1
CATEGORIES= wip
JAFAR_COMMENT= Jafar module to do fast and generic EKF Slam.
......
SHA1 (jafar-rtslam-0.2.tar.gz) = 1b4c9ef2fbc8c32259a48ef297a8baf6dd7d10f5
RMD160 (jafar-rtslam-0.2.tar.gz) = b6840c5170beef8b4c409c86da74ac3cf9841353
Size (jafar-rtslam-0.2.tar.gz) = 733290 bytes
SHA1 (patch-aa) = f5e95671e0ded99b9f2207ac93764da44bffda3c
Fix syntax + naming of requirements
--- jafar-rtslam.pc.in.orig 2013-03-19 12:12:35.114904384 +0100
+++ jafar-rtslam.pc.in 2013-03-19 12:12:57.694903817 +0100
@@ -6,6 +6,6 @@
Name: jafar-rtslam
Description: Jafar module to do fast and generic EKF Slam.
Version: 0.2
-Requires: kernel;image;jmath;correl
+Requires: jafar-kernel,jafar-image,jafar-jmath,jafar-correl
-Libs: -L${CMAKE_INSTALL_PREFIX} -ljafar-rtslam
+Libs: -L${CMAKE_INSTALL_PREFIX}/lib -ljafar-rtslam
Cflags: -I${CMAKE_INSTALL_PREFIX}/include/jafar ${IMPORTED_HEADERS} ${EXTRA_COMPILE_FLAGS}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment