mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-geosciences/merkaartor: fix headless tests
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45144 Closes: https://github.com/gentoo/gentoo/pull/45144 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
651ac75c43
commit
9309ec0c94
@@ -70,3 +70,8 @@ src_configure() {
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local -x QT_QPA_PLATFORM=offscreen
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
@@ -69,3 +69,8 @@ src_configure() {
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local -x QT_QPA_PLATFORM=offscreen
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user