diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-12 17:37:03 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-12 18:07:56 +0100 |
commit | 25c49188b46d8b046e31f2fe44c122448ece000a (patch) | |
tree | bbb468c0d33ad34d5177c18ef68105f2ab75156e /games-emulation | |
parent | app-misc/fastfetch: drop 2.8.2 (diff) | |
download | gentoo-25c49188b46d8b046e31f2fe44c122448ece000a.tar.gz gentoo-25c49188b46d8b046e31f2fe44c122448ece000a.tar.bz2 gentoo-25c49188b46d8b046e31f2fe44c122448ece000a.zip |
games-emulation/ppsspp: turn off ccache
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/ppsspp/ppsspp-1.17.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild b/games-emulation/ppsspp/ppsspp-1.17.1.ebuild index 4f6565ae477c..b98e38fb57a1 100644 --- a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.17.1.ebuild @@ -67,7 +67,8 @@ src_configure() { local -a mycmakeargs=( -DBUILD_SHARED_LIBS=OFF -DCMAKE_SKIP_RPATH=ON - -DHEADLESS=false + -DHEADLESS=OFF + -DUSE_CCACHE=OFF -DUSE_SYSTEM_FFMPEG=ON -DUSE_SYSTEM_LIBZIP=ON -DUSE_SYSTEM_SNAPPY=ON |