diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2021-03-31 18:03:31 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-11-03 16:14:03 +0000 |
commit | 8cd5b1e3c602c61177d2671733967dc3d5027b53 (patch) | |
tree | 02bd833155556bae56811ed4c23a371747bfdcb8 /recipes/glib.recipe | |
parent | ebc962daf22e38ae7fd91bd5aafb41b6f410c1d5 (diff) |
glib: define G_GNUC_FALLTHROUGH for clang, needed by pango
See https://gitlab.gnome.org/GNOME/pango/-/merge_requests/177
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/580>
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 4041ba4e..a25a0e94 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -64,6 +64,8 @@ class Recipe(recipe.Recipe): 'glib/0001-gslice-Inline-win32-implementation-of-g_getenv-to-av.patch', # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2848 'glib/0001-giomodule-Automatically-detect-modules-on-macOS.patch', + # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1396 + 'glib/0001-macros-Define-G_GNUC_FALLTHROUGH-for-more-compilers.patch', ] files_libs = [ |