mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-video/obs-studio: use 'CCACHE_PROGRAM' to disable ccache
Use 'CCACHE_PROGRAM' to disable the automagical ccache instead of 'ENABLE_CCACHE', since the latter does not exist if a ccache program is not found. Closes: https://bugs.gentoo.org/947234 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
parent
115b642ced
commit
cbb4c19342
@ -192,10 +192,10 @@ src_prepare() {
|
||||
src_configure() {
|
||||
local libdir=$(get_libdir)
|
||||
local mycmakeargs=(
|
||||
-DCCACHE_PROGRAM=OFF
|
||||
-DENABLE_ALSA=$(usex alsa)
|
||||
-DENABLE_AJA=OFF
|
||||
-DENABLE_BROWSER=$(usex browser)
|
||||
-DENABLE_CCACHE=OFF
|
||||
-DENABLE_DECKLINK=$(usex decklink)
|
||||
-DENABLE_FFMPEG_NVENC=$(usex nvenc)
|
||||
-DENABLE_FREETYPE=$(usex truetype)
|
||||
|
||||
@ -192,10 +192,10 @@ src_prepare() {
|
||||
src_configure() {
|
||||
local libdir=$(get_libdir)
|
||||
local mycmakeargs=(
|
||||
-DCCACHE_PROGRAM=OFF
|
||||
-DENABLE_ALSA=$(usex alsa)
|
||||
-DENABLE_AJA=OFF
|
||||
-DENABLE_BROWSER=$(usex browser)
|
||||
-DENABLE_CCACHE=OFF
|
||||
-DENABLE_DECKLINK=$(usex decklink)
|
||||
-DENABLE_FFMPEG_NVENC=$(usex nvenc)
|
||||
-DENABLE_FREETYPE=$(usex truetype)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user