From 4dae058a5ec33a22e327909173f1213be50691ab Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Mon, 10 May 2021 11:08:28 +0200 Subject: debian/control.in: Disable WebKit support on ia64, m68k and sh4 WebKit is not building for more than 9 months on these architectures anymore --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control.in') diff --git a/debian/control.in b/debian/control.in index 58d2ce2f..f25c460b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,7 @@ Build-Depends: autoconf-archive, libglib2.0-dev, libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), - libwebkit2gtk-4.0-dev (>= 2.8.1) [linux-any hurd-i386] + libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !m68k !sh4] Rules-Requires-Root: no Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/gnome-team/zenity -- cgit