1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

updated buildPopper to explicitly enable or disable graphics packages used by pdf2htmlEX

This commit is contained in:
Stephen Gaito 2020-06-02 11:19:52 +00:00
parent f922bf7b88
commit aaf512d418

View File

@ -35,6 +35,11 @@ cmake \
-DBUILD_SHARED_LIBS=OFF \ -DBUILD_SHARED_LIBS=OFF \
-DRUN_GPERF_IF_PRESENT=OFF \ -DRUN_GPERF_IF_PRESENT=OFF \
-DEXTRA_WARN=OFF \ -DEXTRA_WARN=OFF \
-DENABLE_JPEG=ON \
-DENABLE_PNG=ON \
-DENABLE_TIFF=OFF \
-DENABLE_NSS=OFF \
-DENABLE_Cairo=ON \
.. ..
make $MAKE_PARALLEL make $MAKE_PARALLEL
@ -91,3 +96,6 @@ make $MAKE_PARALLEL
# GLIB is requrired by pdf2htmlEX # GLIB is requrired by pdf2htmlEX
# GObjectIntrospection is not needed by pdf2htmlEX? # GObjectIntrospection is not needed by pdf2htmlEX?
# Iconv is only used if ENABLE_CPP # Iconv is only used if ENABLE_CPP
#
# They can be explicitly DISABLED using ENABLE_XXXX:BOOL=OFF where XXXX is
# the package name