diff options
author | Laurent Bigonville <bigon@debian.org> | 2021-11-01 01:32:21 +0100 |
---|---|---|
committer | Laurent Bigonville <bigon@debian.org> | 2021-11-01 01:32:21 +0100 |
commit | 59b52777ebc37b7df2b6fc96b3790bf173c6336b (patch) | |
tree | 615314d262742ec8e2f5175415b357761ad3935a /debian/control | |
parent | releasing package zenity version 3.41.0-2 (diff) | |
download | zenity-59b52777ebc37b7df2b6fc96b3790bf173c6336b.tar.gz zenity-59b52777ebc37b7df2b6fc96b3790bf173c6336b.tar.bz2 zenity-59b52777ebc37b7df2b6fc96b3790bf173c6336b.zip |
debian/control.in: WebKit builds fine again on sh4 re-add that architecture to the build-dependencies
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 27c08153..aaf46a7a 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.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !sh4], + libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any], meson (>= 0.53.0) Rules-Requires-Root: no Standards-Version: 4.6.0 |