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

[wip/hpp-universal-robot] add missing USE_PYTHON

parent 6e64bf68
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,12 @@ HPP_PACKAGE= hpp-universal-robot ...@@ -6,12 +6,12 @@ HPP_PACKAGE= hpp-universal-robot
HPP_COMMENT= Data specific to robots ur5 and ur10 for hpp-corbaserver HPP_COMMENT= Data specific to robots ur5 and ur10 for hpp-corbaserver
CATEGORIES= wip CATEGORIES= wip
USE_PYTHON= true
include ../../meta-pkgs/hpp/Makefile.common include ../../meta-pkgs/hpp/Makefile.common
include ../../wip/example-robot-data/depend.mk include ../../wip/example-robot-data/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/language/c.mk include ../../mk/language/c.mk
include ../../mk/language/c++11.mk include ../../mk/language/c++11.mk
include ../../mk/robotpkg.mk include ../../mk/robotpkg.mk
...@@ -11,11 +11,13 @@ endif ...@@ -11,11 +11,13 @@ endif
ifeq (+,$(HPP_UNIVERSAL_ROBOT_DEPEND_MK)) # -------------------------------------- ifeq (+,$(HPP_UNIVERSAL_ROBOT_DEPEND_MK)) # --------------------------------------
include ../../mk/sysdep/python.mk
PREFER.hpp-universal-robot?= robotpkg PREFER.hpp-universal-robot?= robotpkg
DEPEND_USE+= hpp-universal-robot DEPEND_USE+= hpp-universal-robot
DEPEND_ABI.hpp-universal-robot?= hpp-universal-robot>=4.2.1 DEPEND_ABI.hpp-universal-robot?= ${PKGTAG.python-}hpp-universal-robot>=4.7.0
DEPEND_DIR.hpp-universal-robot?= ../../wip/hpp-universal-robot DEPEND_DIR.hpp-universal-robot?= ../../wip/hpp-universal-robot
SYSTEM_SEARCH.hpp-universal-robot=\ SYSTEM_SEARCH.hpp-universal-robot=\
......
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