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
af37fbc1
Commit
af37fbc1
authored
14 years ago
by
Séverin Lemaignan
Browse files
Options
Downloads
Patches
Plain Diff
[wip/blender] Set license + fixed paths in depends.mk
parent
c67207b6
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
blender/Makefile
+3
-1
3 additions, 1 deletion
blender/Makefile
blender/depend.mk
+1
-1
1 addition, 1 deletion
blender/depend.mk
with
4 additions
and
2 deletions
blender/Makefile
+
3
−
1
View file @
af37fbc1
...
...
@@ -29,6 +29,8 @@ MAINTAINER= openrobots@laas.fr
HOMEPAGE
=
http://www.blender.org/
COMMENT
=
Blender is an open
source
3D content creation suite
LICENSE
=
gnu-gpl-v2
WRKSRC
=
${
WRKDIR
}
/
${
DISTNAME
}
-source
CMAKE_ARG_PATH
=
..
...
...
@@ -42,7 +44,7 @@ CMAKE_ARGS+= -DWITH_OPENCOLLADA=OFF #Collada support - OFF for now, waiting fo
CMAKE_ARGS
+=
-DWITH_PLAYER
=
ON
#Stand-alone Blender player
# For now, let Blender embed Python
PYTHON_REQD
=
3.1
PYTHON_REQD
?
=
3.1
#include ../python3/depend.mk
CMAKE_ARGS
+=
-DPYTHON_INC
=
${
PREFIX
}
/include/python
${
PYTHON_REQD
}
CMAKE_ARGS
+=
-DPYTHON_LIBPATH
=
${
PREFIX
}
/lib
...
...
This diff is collapsed.
Click to expand it.
blender/depend.mk
+
1
−
1
View file @
af37fbc1
...
...
@@ -31,7 +31,7 @@ PREFER.blender?= robotpkg
DEPEND_USE
+=
blender
DEPEND_ABI.blender
?=
blender>
=
2.56
DEPEND_DIR.blender
?=
../../
graphics
/blender
DEPEND_DIR.blender
?=
../../
wip
/blender
SYSTEM_SEARCH.blender
=
\
bin/blender
...
...
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