summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-10-06 11:17:13 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-10-06 11:18:46 +0530
commitcc027bb4e85d51016bd0d4307b4b24456b99e8de (patch)
tree6328e6e95cad75a1b5a793ee8aeae7f86167d252 /recipes
parent883d7e3fbbb9e9323f8d4372622463455079ff53 (diff)
gstreamer-1.0.recipe: Use the correct spelling for dbghelp
This should work correctly now that we've merged https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/626 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/630>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gstreamer-1.0.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe
index fee219f1..b81b6515 100644
--- a/recipes/gstreamer-1.0.recipe
+++ b/recipes/gstreamer-1.0.recipe
@@ -71,4 +71,4 @@ class Recipe(custom.GStreamer):
self.meson_options['libunwind'] = 'disabled'
if self.using_msvc():
- self.meson_options['dbghlp'] = 'enabled'
+ self.meson_options['dbghelp'] = 'enabled'