[neon/qt6/qt6-webengine/Neon/unstable] debian: fix build flags

Carlos De Maine null at kde.org
Sat Oct 28 16:42:36 BST 2023


Git commit 3563ab6d0a323091c0b8b00704d01f74a920448a by Carlos De Maine.
Committed on 28/10/2023 at 17:42.
Pushed by carlosdem into branch 'Neon/unstable'.

fix build flags

M  +1    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/3563ab6d0a323091c0b8b00704d01f74a920448a

diff --git a/debian/rules b/debian/rules
index 36b6831..ad3d0c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-DFEATURE_pdf_bitcode=ON \
+		-DFEATURE_pdf_v8=ON \
 		-DFEATURE_pdf_xfa=ON \
 		-DFEATURE_pdf_xfa_bmp=ON \
 		-DFEATURE_pdf_xfa_gif=ON \
@@ -85,9 +85,7 @@ override_dh_auto_configure:
 		-DFEATURE_qtwebengine_widgets_build=ON \
 		-DFEATURE_webengine_build_ninja=ON \
 		-DFEATURE_webengine_kerberos=ON \
-		-DFEATURE_webengine_native_spellchecker=ON \
 		-DFEATURE_webengine_proprietary_codecs=ON \
-		-DFEATURE_webengine_system_harfbuzz=ON \
 		-DFEATURE_webengine_system_icu=OFF \
 		-DFEATURE_webengine_system_libevent=ON \
 		-DFEATURE_webengine_system_libjpeg=on \


More information about the Neon-commits mailing list