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:
Alfred Wingate
2025-11-17 07:26:10 +02:00
committed by Sam James
parent 651ac75c43
commit 9309ec0c94
2 changed files with 10 additions and 0 deletions

View File

@@ -70,3 +70,8 @@ src_configure() {
cmake_src_configure
}
src_test() {
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test
}

View File

@@ -69,3 +69,8 @@ src_configure() {
cmake_src_configure
}
src_test() {
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test
}