Skip to content
Snippets Groups Projects
Commit 3d8e272f authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/sot-dyninv] Fix wrong depend.mk

parent bf6d8ab1
No related branches found
No related tags found
No related merge requests found
......@@ -9,19 +9,19 @@ ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= sot-dyninv-v3
endif
ifeq (+,$(SOT_DYNINV_v3_DEPEND_MK)) # -------------------------------------------
ifeq (+,$(SOT_DYNINV_V3_DEPEND_MK)) # -------------------------------------------
PREFER.sot-dyninv-v3?= robotpkg
SYSTEM_SEARCH.sot-dyninv-v3=\
include/sot-dyninv/config.hh \
'include/sot-dyninv/config.hh' \
'lib/pkgconfig/sot-dyninv.pc:/Version/s/[^0-9.]//gp'
DEPEND_USE+= sot-dyninv-v3
DEPEND_ABI.sot-dyninv?= sot-dyninv-v3>=3.0.0
DEPEND_DIR.sot-dyninv?= ../../wip/sot-dyninv-v3
DEPEND_ABI.sot-dyninv-v3?= sot-dyninv-v3>=3.0.0
DEPEND_DIR.sot-dyninv-v3?= ../../wip/sot-dyninv-v3
endif # SOT_DYNINV_v3_DEPEND_MK -------------------------------------------------
endif # SOT_DYNINV_V3_DEPEND_MK -------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
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