Simplify build-system further

Remove Fragile from the list of dependencies

It is not necessary for building 'gio' anymore,
since the upgrade to 'glib v2_58'.

Remove "online" and "reset_lock" Meson-options

Building Squeekboard should work offline.

Use a single "Cargo.toml"-file instead of splitting it into parts

and putting it back together when building.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/623>
This commit is contained in:
MoonlightWave-12
2024-03-11 10:40:54 +01:00
parent 9cb6817da9
commit 5806b14628
8 changed files with 36 additions and 91 deletions

View File

@ -16,5 +16,4 @@ test_layout = custom_target('squeekboard-test-layout',
+ cargo_build_flags,
install: true,
install_dir: bindir,
depends: cargo_deps,
)