Skip to content
Snippets Groups Projects
Commit 3e57d96f authored by Charles Lesire's avatar Charles Lesire
Browse files

[vnet-yarp] fix dep to Boost

parent 04ea267d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ DEPEND_ABI.boost-header = boost-headers>=1.43 ...@@ -17,7 +17,7 @@ DEPEND_ABI.boost-header = boost-headers>=1.43
DEPEND_ABI.boost-libs= boost-libs>=1.43 DEPEND_ABI.boost-libs= boost-libs>=1.43
CMAKE_ARGS+= -DBoost_INCLUDE_DIR=${PREFIX.boost-headers}/include CMAKE_ARGS+= -DBoost_INCLUDE_DIR=${PREFIX.boost-headers}/include
CMAKE_ARGS+= -DBoost_LIBRARY_DIR=${PREFIX.boost-libs}/lib CMAKE_ARGS+= -DBoost_LIBDIR=${PREFIX.boost-libs}/lib
include ../../devel/boost-headers/depend.mk include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk include ../../devel/boost-libs/depend.mk
......
...@@ -15,7 +15,7 @@ PREFER.vnet-yarp?= robotpkg ...@@ -15,7 +15,7 @@ PREFER.vnet-yarp?= robotpkg
SYSTEM_SEARCH.vnet-yarp=\ SYSTEM_SEARCH.vnet-yarp=\
'bin/vnet' \ 'bin/vnet' \
'include/vnet/vnet-yarp.hh' \ 'include/vnet/vnet_yarp.hh' \
'lib/pkgconfig/vnet-yarp.pc:/Version/s/[^0-9.]//gp' 'lib/pkgconfig/vnet-yarp.pc:/Version/s/[^0-9.]//gp'
DEPEND_USE+= vnet-yarp DEPEND_USE+= vnet-yarp
......
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