[neon/qt6/qtcreator/Neon/unstable] debian: use bundled litehtml until 0.8 is supported

Carlos De Maine null at kde.org
Thu Oct 5 03:07:25 BST 2023


Git commit 4bf266a80ed85c41a3fbd753ade5c43221cb7160 by Carlos De Maine.
Committed on 05/10/2023 at 04:07.
Pushed by carlosdem into branch 'Neon/unstable'.

use bundled litehtml until 0.8 is supported

M  +3    -1    debian/rules

https://invent.kde.org/neon/qt6/qtcreator/-/commit/4bf266a80ed85c41a3fbd753ade5c43221cb7160

diff --git a/debian/rules b/debian/rules
index 1424ed6..940710f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,9 @@ override_dh_auto_configure:
 		-DBUILD_TESTING=OFF \
 		-DCLANGTOOLING_LINK_CLANG_DYLIB=ON \
 		-DBUILD_PLUGIN_CLANGREFACTORING=ON \
-    	-DBUILD_PLUGIN_CLANGPCHMANAGER=ON \
+		-DBUILD_PLUGIN_CLANGPCHMANAGER=ON \
+		-DCMAKE_DISABLE_FIND_PACKAGE_litehtml=yes \
+		-DEXTERNAL_XXD=no \
 		-DWITH_DOCS=$(if $(filter qtcreator-doc, $(shell dh_listpackages)),ON,OFF) \
 		$(EXTRA_CMAKE_ARGS)
 


More information about the Neon-commits mailing list