diff options
author | markd <markd@pkgsrc.org> | 2019-10-20 03:12:22 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-10-20 03:12:22 +0000 |
commit | 261980f55c9f5a0970fb71c9816a0ca5f0a00986 (patch) | |
tree | 43de28892e174673cc06836768effd243988c048 /print/poppler-qt5 | |
parent | 998a7626b853d9789cbcfaecf3a559031d7db3ea (diff) | |
download | pkgsrc-261980f55c9f5a0970fb71c9816a0ca5f0a00986.tar.gz |
poppler-qt5: dont build splash backend as per other bits of poppler.
Diffstat (limited to 'print/poppler-qt5')
-rw-r--r-- | print/poppler-qt5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index 964f9ac5ea0..8950c2b12bd 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2019/10/19 12:37:05 nia Exp $ +# $NetBSD: Makefile,v 1.34 2019/10/20 03:12:22 markd Exp $ .include "../../print/poppler/Makefile.common" +PKGREVISION= 1 PKGNAME= poppler-qt5-${POPPLER_VERS} COMMENT= PDF rendering library (QT5 wrapper) @@ -8,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF CMAKE_ARGS+= -DENABLE_GLIB=OFF +CMAKE_ARGS+= -DENABLE_SPLASH=OFF CMAKE_ARGS+= -DENABLE_UTILS=OFF CMAKE_ARGS+= -DENABLE_CPP=OFF CMAKE_ARGS+= -DENABLE_QT5=ON |