summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-04-01 12:46:39 -0400
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-04-01 12:46:39 -0400
commit60c23cb53e12429c055899a2215586a864a13132 (patch)
tree7c682719833e019e685948316347febb8bd21264 /debian/control.in
parentdebian/control.in: WebKit builds fine again on sh4 re-add that architecture t... (diff)
downloadzenity-60c23cb53e12429c055899a2215586a864a13132.tar.gz
zenity-60c23cb53e12429c055899a2215586a864a13132.tar.bz2
zenity-60c23cb53e12429c055899a2215586a864a13132.zip
Revert "debian/control.in: WebKit builds fine again on sh4 re-add that architecture to the build-dependencies"
This reverts commit 59b52777ebc37b7df2b6fc96b3790bf173c6336b. webkit2gtk 2.36 isn't building on sh4 yet
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 8bd9337a..af261d0c 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.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any],
+ libwebkit2gtk-4.0-dev (>= 2.8.1) [!ia64 !kfreebsd-any !sh4],
meson (>= 0.53.0)
Rules-Requires-Root: no
Standards-Version: 4.6.0
bgstack15