diff options
Diffstat (limited to 'poppler/Pkgfile')
-rw-r--r-- | poppler/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poppler/Pkgfile b/poppler/Pkgfile index b1a7f0a1b..7b14966be 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake cairo lcms2 name=poppler -version=0.61.1 +version=0.62.0 release=1 source=(https://poppler.freedesktop.org/poppler-$version.tar.xz) @@ -19,7 +19,6 @@ build() { -DENABLE_SPLASH=ON \ -DENABLE_CPP=ON \ -DENABLE_GLIB=OFF \ - -DENABLE_QT4=OFF \ -DENABLE_QT5=OFF \ -DENABLE_ZLIB=ON \ -DENABLE_CMS=lcms2 \ |