Skip to content
Snippets Groups Projects
Commit cf8be8e8 authored by alice's avatar alice Committed by alice
Browse files

community/poppler-qt5: build with samurai

parent 0656ca6a
Loading
......@@ -27,6 +27,7 @@ makedepends="
openjpeg-tools
poppler-dev>=$pkgver
qt5-qtbase-dev
samurai
tiff-dev
zlib-dev
"
......@@ -54,7 +55,7 @@ build() {
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment