summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2021-04-21 11:19:56 (GMT)
committerTony Theodore <tonyt@logyst.com>2021-04-21 11:19:56 (GMT)
commit03d3fcff6477145350f5737374ee23b6f889edda (patch)
treec058a06d11f6d390efe9fb8d357438183b074359
parent3764048fa74dcece89d54ba5ca9be580ae66e268 (diff)
downloadmxe-03d3fcff6477145350f5737374ee23b6f889edda.zip
mxe-03d3fcff6477145350f5737374ee23b6f889edda.tar.gz
mxe-03d3fcff6477145350f5737374ee23b6f889edda.tar.bz2
poppler: fix typo detected with latest cmake
see #2637
-rw-r--r--src/poppler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poppler.mk b/src/poppler.mk
index 4cf425b..cc3aad5 100644
--- a/src/poppler.mk
+++ b/src/poppler.mk
@@ -27,7 +27,7 @@ define $(PKG)_BUILD
-DENABLE_CPP=ON \
-DENABLE_GLIB=ON \
-DENABLE_GOBJECT_INTROSPECTION=OFF \
- -ENABLE_GTK_DOC=OFF \
+ -DENABLE_GTK_DOC=OFF \
-DENABLE_QT5=ON \
-DENABLE_LIBOPENJPEG=openjpeg2 \
-DENABLE_CMS=lcms2 \