diff options
| author | raveit65 <[email protected]> | 2026-01-28 11:21:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-28 11:21:21 +0100 |
| commit | 92f1d8e710749f43d5bf80afe6955da8785bd63d (patch) | |
| tree | db4a6c5682b3d54757c909262c4ecb650326d257 /.github/workflows | |
| parent | f7f056b21b3aec5b6e80d2eaeb34726377c7bba3 (diff) | |
| download | eom-92f1d8e710749f43d5bf80afe6955da8785bd63d.tar.bz2 eom-92f1d8e710749f43d5bf80afe6955da8785bd63d.tar.xz | |
CI: fix some workflow issues (#371)
* CI: update NEWS which caused some workflow issues
* CI: disable gdk-pixbuf-thumbnailer for meson workflows
- gdk-pixbuf-thumbnailer is obsolete and should be replaced
with glycin-thumbnailer
* meson: Only use girepository-2.0 if libpeas uses it too
Fixes header conflicts on systems where glib has girepository-2.0 but
libpeas still uses the old gobject-introspection-1.0 headers.
---------
Co-authored-by: Victor Kareh <[email protected]>
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/builds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.sh b/.github/workflows/builds.sh index c80e76a..ee3ed8b 100755 --- a/.github/workflows/builds.sh +++ b/.github/workflows/builds.sh @@ -19,7 +19,7 @@ infoend() { if [[ -f meson.build && $1 == "meson" ]]; then infobegin "Configure (meson)" - meson setup _build --prefix=/usr + meson setup _build -Dprefix=/usr -Dgdk-pixbuf-thumbnailer=false infoend infobegin "Build (meson)" |
