[neon/extras/skrooge/Neon/unstable] debian: webkit now needs explicitly turned off

Jonathan Riddell null at kde.org
Wed Dec 9 10:50:05 GMT 2020


Git commit df35a8525f4532ed67b18d14779600861f4e1026 by Jonathan Riddell.
Committed on 09/12/2020 at 10:50.
Pushed by jriddell into branch 'Neon/unstable'.

webkit now needs explicitly turned off

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/skrooge/commit/df35a8525f4532ed67b18d14779600861f4e1026

diff --git a/debian/rules b/debian/rules
index 2f458e8..c6bc616 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	dh $@ --with kf5,python3
 
 override_dh_auto_configure:
-	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF -DSKG_WEBENGINE=ON
+	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF -DSKG_WEBENGINE=ON -DSKG_WEBKIT=OFF
 
 override_dh_auto_test:
 


More information about the Neon-commits mailing list