Build/CI: Remove workaround that does not work any more

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/659>
This commit is contained in:
MoonlightWave-12
2024-08-06 13:53:35 +02:00
committed by Marge Bot
parent 60f8249fe6
commit c3f46c8db8
4 changed files with 10 additions and 97 deletions

15
debian/control vendored
View File

@ -16,11 +16,16 @@ Build-Depends:
librust-aho-corasick-dev,
librust-bitflags-1-dev (>= 1.0),
librust-clap-4+std-dev (>= 4.0),
librust-gio+v2-58-dev (>= 0.18),
librust-glib+v2-58-dev (>= 0.18),
librust-glib-sys-dev (>= 0.18),
librust-gtk+v3-24-dev (>= 0.18),
librust-gtk-sys-dev (>= 0.18),
# TODO: Port to GTK4/GTK4-layer-shell
# https://gitlab.gnome.org/World/Phosh/squeekboard/-/issues/64
# These dependencies have been removed from Debian.
# Building with dependencies from "crates.io", which will be
# downloaded by `cargo` during the build, still works without these.
# librust-gio+v2-58-dev (>= 0.18),
# librust-glib+v2-58-dev (>= 0.18),
# librust-glib-sys-dev (>= 0.18),
# librust-gtk+v3-24-dev (>= 0.18),
# librust-gtk-sys-dev (>= 0.18),
librust-maplit-1-dev (>= 1.0),
librust-serde-derive-1-dev (>= 1.0),
librust-serde-yaml-0.9-dev (>= 0.9),