mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 16:29:05 -07:00
games-strategy/wesnoth: Fix failing test
Closes: https://bugs.gentoo.org/931551 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -92,6 +92,11 @@ src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Allow SDL_Mixer test to pass, bug #931551
|
||||
SDL_AUDIODRIVER=dummy cmake_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local DOCS=( README.md changelog.md )
|
||||
cmake_src_install
|
||||
|
||||
Reference in New Issue
Block a user