|
| 1 | +# robotpkg Makefile for: graphics/gz-rendering |
| 2 | +# Created: Anthony Mallet on Wed, 12 Feb 2025 |
| 3 | +# |
| 4 | + |
| 5 | +DISTNAME= gz-rendering-9.0.0 |
| 6 | + |
| 7 | +GZ_COMMENT= rendering library for robot applications |
| 8 | +CATEGORIES= graphics interfaces |
| 9 | + |
| 10 | +include ../../simulation/gz-sim/Makefile.common |
| 11 | + |
| 12 | +CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_CUDA=ON |
| 13 | +CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_FreeImage=ON |
| 14 | +CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GzOGRE=ON |
| 15 | +CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_OptiX=ON |
| 16 | +CMAKE_ARGS+= -DSKIP_ogre=ON |
| 17 | +CMAKE_ARGS+= -DSKIP_optix=ON |
| 18 | + |
| 19 | +CMAKE_ARGS+= -DOpenGL_GL_PREFERENCE=LEGACY |
| 20 | + |
| 21 | +DEPEND_ABI.gz-common+= gz-common>=6<7 |
| 22 | +DEPEND_ABI.gz-math+= gz-math>=8<9 |
| 23 | +DEPEND_ABI.gz-plugin+= gz-plugin>=3<4 |
| 24 | +DEPEND_ABI.gz-utils+= gz-utils>=3<4 |
| 25 | +DEPEND_ABI.libavdevice+=libavdevice>=56.4.100 |
| 26 | +DEPEND_ABI.ogre-next+= ogre-next>=2.3.1 |
| 27 | + |
| 28 | +include ../../devel/gz-plugin/depend.mk |
| 29 | +include ../../devel/gz-utils/depend.mk |
| 30 | +include ../../math/gz-math/depend.mk |
| 31 | +include ../../graphics/ogre-next/depend.mk |
| 32 | +include ../../graphics/gz-common/depend.mk |
| 33 | +include ../../mk/sysdep/glu.mk |
| 34 | +include ../../mk/sysdep/libX11.mk |
| 35 | +include ../../mk/sysdep/mesa.mk |
| 36 | +include ../../mk/robotpkg.mk |
0 commit comments