summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-07-28 15:31:04 -0400
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-07-28 15:31:04 -0400
commit0e2ee845948fa9c14d695d225635ba5e274a44c8 (patch)
treeb87900fd3dd09c99eea51f55125de0df21294a6c /debian/control
parentdebian/docs: README → README.md (diff)
downloadzenity-0e2ee845948fa9c14d695d225635ba5e274a44c8.tar.gz
zenity-0e2ee845948fa9c14d695d225635ba5e274a44c8.tar.bz2
zenity-0e2ee845948fa9c14d695d225635ba5e274a44c8.zip
Don't enable webkit support on hurd-i386 either
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index fd442448..4ac87421 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,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
bgstack15