diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2022-01-15 21:50:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-15 22:14:48 +0000 |
commit | ec86df92464abd1cd60e9675e9f84f83a9e6e76b (patch) | |
tree | 479f0a4c1849f346123a3120109f34f6fad94161 /sci-libs/opencascade | |
parent | sci-libs/opencascade: fix installation paths for 7.5 (diff) | |
download | gentoo-ec86df92464abd1cd60e9675e9f84f83a9e6e76b.tar.gz gentoo-ec86df92464abd1cd60e9675e9f84f83a9e6e76b.tar.bz2 gentoo-ec86df92464abd1cd60e9675e9f84f83a9e6e76b.zip |
sci-libs/opencascade: don't pass USE_OPENGL option
The option defaults to on and was erroneously passed as with the
invert value of the gles2 USE flag, which lead to only libTKOpenGles
library being built, but no libTKOpenGL library, resulting in build
failures in revdeps.
Closes: https://bugs.gentoo.rog/831069
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/opencascade')
-rw-r--r-- | sci-libs/opencascade/opencascade-7.6.0-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/opencascade/opencascade-7.6.0-r1.ebuild b/sci-libs/opencascade/opencascade-7.6.0-r1.ebuild index 2c03ea0ead25..595c605bc985 100644 --- a/sci-libs/opencascade/opencascade-7.6.0-r1.ebuild +++ b/sci-libs/opencascade/opencascade-7.6.0-r1.ebuild @@ -105,7 +105,6 @@ src_configure() { -DUSE_FREEIMAGE=$(usex freeimage) -DUSE_FREETYPE=ON -DUSE_GLES2=$(usex gles2) - -DUSE_OPENGL=$(usex !gles2) # no package in tree -DUSE_OPENVR=OFF -DUSE_RAPIDJSON=$(usex json) |