Skip to content
Snippets Groups Projects
Commit ab089839 authored by Arnaud Degroote's avatar Arnaud Degroote Committed by Matthieu Herrb
Browse files

[wip/mavlink] Fix two issues in depend.mk

- The version stored in .pc file on current is 1.0.9, while it was
  1.0.11 at some point. Downgrade the requirement so.
- Fix a missing \ in system_search pattern
parent a71cf392
No related branches found
No related tags found
No related merge requests found
...@@ -14,11 +14,11 @@ PREFER.mavlink?= robotpkg ...@@ -14,11 +14,11 @@ PREFER.mavlink?= robotpkg
DEPEND_USE+= mavlink DEPEND_USE+= mavlink
DEPEND_ABI.mavlink?= mavlink>=1.0.11 DEPEND_ABI.mavlink?= mavlink>=1.0.9
DEPEND_DIR.mavlink?= ../../wip/mavlink DEPEND_DIR.mavlink?= ../../wip/mavlink
SYSTEM_SEARCH.mavlink=\ SYSTEM_SEARCH.mavlink=\
include/mavlink/config.h include/mavlink/config.h\
'lib/pkgconfig/mavlink.pc:/Version/s/[^0-9.]//gp' 'lib/pkgconfig/mavlink.pc:/Version/s/[^0-9.]//gp'
endif endif
......
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