Commit 5cc3355
committed
meson: Bump GLIB_VERSION_MAX_ALLOWED to 2.76
libglnx update in d7fcee0 uses g_clear_fd() (GLib >= 2.76), but
GLIB_VERSION_MAX_ALLOWED was still 2.70, triggering
deprecation warnings when compiling with newer Glib.
g_clear_fd() has a compat implementation inside libglnx so there's no
need to bump the minimum GLib requirement.1 parent 483c4a5 commit 5cc3355
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments