Commit Graph

3 Commits

Author SHA1 Message Date
Philip Withnall
8f0c9b2fe1 tests: Fix static-link test when running installed
This effectively reverts commit 663ee11fda
for this `meson.build` file. This `meson.build` file isn’t actually
pulled into the main GLib (or GIO) build; it’s actually just installed
and then later called from a `meson` subprocess of `static-link.py`.

So it doesn’t have access to the `app_profile_dep` variable, which is
internal to GLib.

Fixes this CI failure: https://gitlab.gnome.org/GNOME/glib/-/jobs/5834610

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
2025-11-25 15:08:30 +00:00
Luca Bacci
663ee11fda Add OS profile app to executables
Fixes #3733
2025-11-20 11:00:59 +01:00
Xavier Claessens
7fa6e9e837 CI: Test static build on installed glib 2018-10-23 09:45:12 -04:00