[neon/backports-noble/poppler-noble/Neon/unstable] debian: try and build docs for i386
Carlos De Maine
null at kde.org
Fri Jun 12 03:40:30 BST 2026
Git commit 9b798f58e93e2b191360ce3c33e1bfb15562b0cb by Carlos De Maine.
Committed on 12/06/2026 at 02:40.
Pushed by carlosdem into branch 'Neon/unstable'.
try and build docs for i386
M +2 -1 debian/rules
https://invent.kde.org/neon/backports-noble/poppler-noble/-/commit/9b798f58e93e2b191360ce3c33e1bfb15562b0cb
diff --git a/debian/rules b/debian/rules
index b11d8cd..413b27e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ CONFIGURE_ARGS := \
-DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS)" \
-DENABLE_GPGME=OFF \
-DENABLE_GLIB=ON \
+ -DENABLE_GTK_DOC=ON
-DENABLE_QT5=ON \
-DENABLE_CPP=ON \
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
@@ -32,7 +33,7 @@ CONFIGURE_ARGS += -DENABLE_QT6=OFF
endif
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
-CONFIGURE_ARGS += -DENABLE_GTK_DOC=OFF -DENABLE_LIBCURL=OFF
+CONFIGURE_ARGS += -DENABLE_LIBCURL=OFF
else
CONFIGURE_ARGS += -DENABLE_GTK_DOC=ON
endif
More information about the Neon-commits
mailing list