From 0e2ee845948fa9c14d695d225635ba5e274a44c8 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 28 Jul 2022 15:31:04 -0400 Subject: Don't enable webkit support on hurd-i386 either --- 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 7a2a8947..4300e34c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), libglib2.0-dev, libgtk-3-dev (>= 3.16.0), libnotify-dev (>= 0.6.1), - libwebkit2gtk-4.1-dev (>= 2.8.1) [!ia64 !kfreebsd-any !sh4], + libwebkit2gtk-4.1-dev (>= 2.8.1) [!hurd-i386 !ia64 !kfreebsd-any !sh4], meson (>= 0.53.0) Rules-Requires-Root: no Standards-Version: 4.6.0 -- cgit