Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
f51a3f1f
Commit
f51a3f1f
authored
10 years ago
by
Charles Lesire
Browse files
Options
Downloads
Patches
Plain Diff
add libogre sysdep and update rviz deps
parent
dfeb9c80
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ros-rviz/Makefile
+1
-1
1 addition, 1 deletion
ros-rviz/Makefile
sysdep/libogre.mk
+30
-0
30 additions, 0 deletions
sysdep/libogre.mk
with
31 additions
and
1 deletion
ros-rviz/Makefile
+
1
−
1
View file @
f51a3f1f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
sysdep/libogre.mk
0 → 100644
+
30
−
0
View file @
f51a3f1f
# 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:+
=
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment