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

[wip/py-prf-gazebo-ros-pkgs] prefer system on pal distro

parent d9e2b2e0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,11 @@ ifeq (+,$(PY_PRF_GAZEBO_ROS_PKGS_DEPEND_MK)) # ---------------------------
include ../../mk/robotpkg.prefs.mk # for OS_VERSION
include ../../mk/sysdep/python.mk # for PKGTAG.python
PREFER.py-prf-gazebo-ros-pkgs?= robotpkg
ifneq (,$(filter 16.04.pal 18.04.pal,${OS_VERSION}))
PREFER.py-prf-gazebo-ros-pkgs?= system
else
PREFER.py-prf-gazebo-ros-pkgs?= robotpkg
endif
DEPEND_USE+= py-prf-gazebo-ros-pkgs
......
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