Skip to content

Commit

Permalink
Explicitly add msys2 as path dependency of libadwaita
Browse files Browse the repository at this point in the history
In `libadwaita` 1.4.0, the `demo/data/meson.build` was changed to
require `sh` [1].
However, this is causing a `Program 'sh' not found` error in `gvsbuild`
because `sh` isn't on the `$PATH` by default.

Resolve this by adding MSYS2's `sh` to the `$PATH`.

Fixes #1133

[1] https://gitlab.gnome.org/GNOME/libadwaita/-/commit/daeb5a6b78a8530b78f7d495deb02f4e97f26e7b
  • Loading branch information
mitchhentges authored and pbor committed Nov 12, 2023
1 parent 5cc1d83 commit 0070b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gvsbuild/projects/libadwaita.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self):
dependencies=[
"ninja",
"meson",
"msys2",
"pkgconf",
"glib",
"gtk4",
Expand Down

0 comments on commit 0070b3a

Please sign in to comment.