diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-11-26 23:52:06 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-11-27 16:19:40 +0530 |
commit | be2f9ab77c9a3a19ee2f20a88153bec184cc52a9 (patch) | |
tree | 9f170c89de7c02bfe13807e79645548496171292 /recipes/glib.recipe | |
parent | 16096345b8a2d793c10a3755d9a1b26d34536f38 (diff) |
glib.recipe: Fix loading of GIO modules on Windows/MSVC
Closes https://gitlab.freedesktop.org/gstreamer/cerbero/issues/190
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index f492995d..c3b0bac1 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -56,7 +56,10 @@ class Recipe(recipe.Recipe): 'glib/0001-gio-Also-support-modules-built-with-MSVC.patch', # https://gitlab.gnome.org/GNOME/glib/merge_requests/187 'glib/0001-meson-use-the-new-python-module-instead-of-the-pytho.patch', + # https://gitlab.gnome.org/GNOME/glib/merge_requests/25 'glib/0001-msvc-set-the-execution-and-source-encoding-to-utf-8..patch', + # https://gitlab.gnome.org/GNOME/glib/merge_requests/1254 + 'glib/0001-giomodule-gio-modules-are-no-longer-installed-in-bin.patch', ] files_libs = [ |