Skip to content
Snippets Groups Projects
Commit 672959cc authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/backward-ros] PREFER robotpkg on Arch

As this package is not available in AUR
parent 2f31437a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,12 @@ ifeq (+,$(BACKWARD_ROS_DEPEND_MK)) # ---------------------------------
include ../../meta-pkgs/ros-base/depend.common
PREFER.backward-ros?= ${PREFER.ros-base}
include ../../mk/robotpkg.prefs.mk # for OPSYS
ifeq (Arch,${OPSYS})
PREFER.backward-ros?= robotpkg
else
PREFER.backward-ros?= ${PREFER.ros-base}
endif
SYSTEM_SEARCH.backward-ros=\
'lib/pkgconfig/backward_ros.pc:/Version/s/[^0-9.]//gp' \
......
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