diff options
author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-05-18 16:01:03 -0400 |
---|---|---|
committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-06-01 15:40:48 -0400 |
commit | 4244808381c7a240888c6ea8888aba0707f0274d (patch) | |
tree | aac8221b4f5f37ec034e326c4fe0eea69dd41813 /debian/control | |
parent | releasing package zenity version 3.42.1-1 (diff) | |
download | zenity-4244808381c7a240888c6ea8888aba0707f0274d.tar.gz zenity-4244808381c7a240888c6ea8888aba0707f0274d.tar.bz2 zenity-4244808381c7a240888c6ea8888aba0707f0274d.zip |
Build against webkit2gtk 4.1
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 cb92defb..fd442448 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.1-dev (>= 2.8.1) [!ia64 !kfreebsd-any !sh4], meson (>= 0.53.0) Rules-Requires-Root: no Standards-Version: 4.6.0 |