diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 13:23:28 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 19:43:47 -0400 |
commit | ee6a1a85fa3876a50e1f77e6f91c8a7d063ec9a6 (patch) | |
tree | e949f85f94a45dc6ff1fe9843f2d16e51620ffe9 /media-libs/libsdl2 | |
parent | games-emulation/nestopia: add 1.52.1 (diff) | |
download | gentoo-ee6a1a85fa3876a50e1f77e6f91c8a7d063ec9a6.tar.gz gentoo-ee6a1a85fa3876a50e1f77e6f91c8a7d063ec9a6.tar.bz2 gentoo-ee6a1a85fa3876a50e1f77e6f91c8a7d063ec9a6.zip |
media-libs/libsdl2: disable automagic ccache
Randomly spotted ccache lines despite FEATURES=-ccache
during a rebuild.
Unsure by what logic options were sorted in this mycmakeargs,
so semi randomly inserted near the end among the other hard =OFF
for now.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.30.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.30.3.ebuild b/media-libs/libsdl2/libsdl2-2.30.3.ebuild index 1092e5d181a5..36665d855090 100644 --- a/media-libs/libsdl2/libsdl2-2.30.3.ebuild +++ b/media-libs/libsdl2/libsdl2-2.30.3.ebuild @@ -179,6 +179,7 @@ src_configure() { -DSDL_LIBUDEV=$(usex udev) -DSDL_DBUS=$(usex dbus) -DSDL_IBUS=$(usex ibus) + -DSDL_CCACHE=OFF -DSDL_DIRECTX=OFF -DSDL_RPATH=OFF -DSDL_VIDEO_RENDER_D3D=OFF |