diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-06-11 07:04:11 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-06-11 07:12:28 +0530 |
commit | 1c9106aef141c05693cf8a8d5ed771ea19bad086 (patch) | |
tree | 7fb51d0bbba27048e8c21ba6dfe56d8a3d3a5adc /recipes/gstreamer-1.0.recipe | |
parent | c14f76890cbc8a818c0744bfe62e68c16830a85d (diff) |
glib.recipe: Use autotools value for G_MODULE_SUFFIX
This was changed in Meson, but it's a bad idea because then we can't
find plugins built with Autotools.
Upstream bug: https://gitlab.gnome.org/GNOME/glib/issues/1413
Also remove a useless post_install from gstreamer-1.0.recipe with
the nice side-effect of rebuilding it which is needed for this to
work.
Diffstat (limited to 'recipes/gstreamer-1.0.recipe')
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index d88e3a0a..325332fa 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -79,6 +79,3 @@ class Recipe(custom.GStreamer): if self.config.variants.nodebug: self.append_env['CFLAGS'] += ' -DGST_LEVEL_MAX=GST_LEVEL_FIXME' - - def post_install(self): - pass |