diff options
author | Laurent Bigonville <bigon@debian.org> | 2021-05-10 11:08:28 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@debian.org> | 2021-05-10 11:12:47 +0200 |
commit | 4dae058a5ec33a22e327909173f1213be50691ab (patch) | |
tree | cf1fdaf4fe14a2d93c10ce48b40512ddd786a41a /debian/control | |
parent | debian/control.in: WebKit now builds fine on hurd-i386, re-add that architect... (diff) | |
download | zenity-4dae058a5ec33a22e327909173f1213be50691ab.tar.gz zenity-4dae058a5ec33a22e327909173f1213be50691ab.tar.bz2 zenity-4dae058a5ec33a22e327909173f1213be50691ab.zip |
debian/control.in: Disable WebKit support on ia64, m68k and sh4
WebKit is not building for more than 9 months on these architectures
anymore
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 215dc2f7..53520570 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,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 |