diff options
Diffstat (limited to 'testing/kplotting')
| -rw-r--r-- | testing/kplotting/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kplotting/APKBUILD b/testing/kplotting/APKBUILD index d430772a88..8883564b4e 100644 --- a/testing/kplotting/APKBUILD +++ b/testing/kplotting/APKBUILD @@ -9,9 +9,9 @@ url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev" +checkdepends="xvfb-run" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc" -options="!check" # Fails due to requiring running X11 build() { cmake \ @@ -23,7 +23,7 @@ build() { } check() { - CTEST_OUTPUT_ON_FAILURE=TRUE ctest + CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest } package() { |
