summaryrefslogtreecommitdiff
path: root/user/libqxp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/libqxp/APKBUILD')
-rw-r--r--user/libqxp/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/libqxp/APKBUILD b/user/libqxp/APKBUILD
index 89f03aa6f..7876ab2c9 100644
--- a/user/libqxp/APKBUILD
+++ b/user/libqxp/APKBUILD
@@ -8,8 +8,8 @@ url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp"
arch="all"
license="MPL-2.0"
depends=""
-makedepends="librevenge-dev icu-dev doxygen"
checkdepends="cppunit-dev"
+makedepends="librevenge-dev icu-dev doxygen"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz"
@@ -23,9 +23,7 @@ build() {
--infodir=/usr/share/info \
--localstatedir=/var \
make
-
- cd docs
- make
+ make -C docs
}
check() {