Skip to content
Snippets Groups Projects
Commit af37fbc1 authored by Séverin Lemaignan's avatar Séverin Lemaignan
Browse files

[wip/blender] Set license + fixed paths in depends.mk

parent c67207b6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
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