[neon/backports-noble/poppler-noble/Neon/unstable] debian: don't build libcurl or gtkdoc support for i386

Carlos De Maine null at kde.org
Fri Jun 12 03:05:55 BST 2026


Git commit 89ed29b093edb878e45b6127b99fbcf8c2031e1b by Carlos De Maine.
Committed on 12/06/2026 at 02:05.
Pushed by carlosdem into branch 'Neon/unstable'.

don't build libcurl or gtkdoc support for i386

M  +1    -1    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-noble/poppler-noble/-/commit/89ed29b093edb878e45b6127b99fbcf8c2031e1b

diff --git a/debian/control b/debian/control
index e034330..3748cfc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                dh-sequence-gir,
                cmake,
                libboost-dev (>= 1.71.0),
-               libcurl4-gnutls-dev,
+               libcurl4-gnutls-dev [!i386],
                libglib2.0-dev (>= 2.64),
                libfontconfig-dev,
                libcairo2-dev (>= 1.16.0),
diff --git a/debian/rules b/debian/rules
index 3be5d5d..1ac4f1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ CONFIGURE_ARGS += -DENABLE_QT6=OFF
 endif
 
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
-CONFIGURE_ARGS += -DENABLE_GTK_DOC=OFF
+CONFIGURE_ARGS += -DENABLE_GTK_DOC=OFF -DBUILD_LIBCURL=OFF
 else
 CONFIGURE_ARGS += -DENABLE_GTK_DOC=ON
 endif


More information about the Neon-commits mailing list