From 5f3dd2332d2c9b7975a1e7e2bf2ed5f6289d4f3d Mon Sep 17 00:00:00 2001 From: kenmays Date: Tue, 16 Oct 2018 14:59:23 -0700 Subject: [PATCH] OpenSceneGraph: Enable GL3 (#3221) --- games-engines/openscenegraph/openscenegraph-3.6.3.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-engines/openscenegraph/openscenegraph-3.6.3.recipe b/games-engines/openscenegraph/openscenegraph-3.6.3.recipe index 9c200820b..e6cd3708f 100644 --- a/games-engines/openscenegraph/openscenegraph-3.6.3.recipe +++ b/games-engines/openscenegraph/openscenegraph-3.6.3.recipe @@ -10,7 +10,7 @@ virtual reality industries." HOMEPAGE="http://www.openscenegraph.org/" COPYRIGHT="2002-2018 Robert Osfield and others" LICENSE="OSGPL" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-$portVersion.tar.gz" CHECKSUM_SHA256="51bbc79aa73ca602cd1518e4e25bd71d41a10abd296e18093a8acfebd3c62696" SOURCE_DIR="OpenSceneGraph-OpenSceneGraph-$portVersion" @@ -158,7 +158,8 @@ BUILD() mkdir -p build && cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=$prefix \ - -DBUILD_OSG_APPLICATIONS=OFF \ + -DBUILD_OSG_APPLICATIONS:BOOL=OFF \ + -DOSG_GL3_AVAILABLE:BOOL=ON \ -DOSG_WINDOWING_SYSTEM=None \ $cmakeDirArgs make $jobArgs