summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@debian.org>2021-09-02 10:20:06 +0200
committerLaurent Bigonville <bigon@debian.org>2021-09-02 10:20:06 +0200
commitca39af62c99bec321c54c6d2ed9124e863997804 (patch)
tree04d9a73a80be4ae9c3f924cca15bb82d31e77cdb /debian/control.in
parentRelease to unstable (diff)
downloadzenity-ca39af62c99bec321c54c6d2ed9124e863997804.tar.gz
zenity-ca39af62c99bec321c54c6d2ed9124e863997804.tar.bz2
zenity-ca39af62c99bec321c54c6d2ed9124e863997804.zip
debian/control.in: WebKit builds fine again on m68k, re-add that architecture to the build-dependencies
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control.in b/debian/control.in
index f25c460b..ad30c127 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) [!ia64 !kfreebsd-any !m68k !sh4]
+ libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !sh4]
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnome-team/zenity
bgstack15