]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
poppler 0.89.0: Update for lfs
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 3 Apr 2021 16:21:41 +0000 (18:21 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 4 Apr 2021 12:27:01 +0000 (12:27 +0000)
'cmake 3.20' complained about an "unknown option".

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/poppler

index b037021462fc74397329459a5208ec543a11baf3..632d6f8ef585f4517d3b76a87180430ae44c13f6 100644 (file)
@@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                -DCMAKE_INSTALL_PREFIX=/usr \
                -DTESTDATADIR=$PWD/testfiles \
                -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
-               -ENABLE_QT5=OFF \
+               -DENABLE_QT5=OFF \
                ..
 
        cd $(DIR_APP)/build && make $(MAKETUNING)