mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
OpenSceneGraph: Enable GL3 (#3221)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user