Skip to content
Snippets Groups Projects
Commit f51a3f1f authored by Charles Lesire's avatar Charles Lesire
Browse files

add libogre sysdep and update rviz deps

parent dfeb9c80
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ include ../../devel/ros-pluginlib/depend.mk
include ../../graphics/ros-robot-model/depend.mk
# <build_depend>libqt4-dev</build_depend>
# <build_depend>libqt4-opengl-dev</build_depend>
# <build_depend>libogre-dev</build_depend>
include ../sysdep/libogre.mk
include ../../devel/yaml-cpp/depend.mk
include ../../graphics/assimp/depend.mk
include ../../math/eigen3/depend.mk
......
# robotpkg depend.mk for: libogre
# Created: Charles Lesire on 30 Apr 2014
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
LIBOGRE_DEPEND_MK:= ${LIBOGRE_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= libogre
endif
ifeq (+,$(LIBOGRE_DEPEND_MK)) # ---------------------------------------------
PREFER.libogre?= system
DEPEND_USE+= libogre
DEPEND_ABI.libogre?= libogre>=1.0
SYSTEM_SEARCH.libogre= \
include/OGRE/Ogre.h \
# lib/libOgreMain.so \
# lib/pkgconfig/Ogre.pc
SYSTEM_PKG.Fedora.libogre=ogre-devel
SYSTEM_PKG.Ubuntu.libogre=libogre-dev
SYSTEM_PKG.Debian.libogre=libogre-dev
SYSTEM_PKG.NetBSD.libogre=devel/ogre
endif # LIBOGRE_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