mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
media-libs/assimp: disable automagic ccache
Users in Gentoo enable ccache with FEATURES="ccache" if required, it shouldn't be enabled automagically by a project. Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42391 Closes: https://github.com/gentoo/gentoo/pull/42391 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
bcbd5a83fd
commit
094d43f5fd
@ -75,6 +75,7 @@ src_configure() {
|
||||
# -DASSIMP_BUILD_NONFREE_C4D_IMPORTER=no # Build the C4D importer, which relies on the non-free Cineware SDK.
|
||||
-DASSIMP_BUILD_SAMPLES=$(usex samples) # If the official samples are built as well (needs Glut).
|
||||
-DASSIMP_BUILD_TESTS=$(usex test) # If the test suite for Assimp is built in addition to the library.
|
||||
-DASSIMP_BUILD_USE_CCACHE=off
|
||||
-DASSIMP_BUILD_ZLIB=no # Build your own zlib
|
||||
-DASSIMP_COVERALLS=$(usex test) # Enable this to measure test coverage.
|
||||
# breaks tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user