summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-1.0.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-10-29 04:33:31 -0700
committerNirbheek Chauhan <nirbheek@centricular.com>2018-10-29 11:45:07 +0000
commitdfec75fd59dad8f6d99a4c08f6ab09efc0b03387 (patch)
tree1253374b364cfe3244c6c5a0c8e381219fcf5a4d /recipes/gstreamer-1.0.recipe
parent7920dd9493d33bd2620e5c229d6f16d853a800f9 (diff)
cerbero: Move m4 files and gtk-doc-lite to build-tools
These were getting pulled by recipes directly, which is incorrect and unnecessary. Just add them to build tools instead.
Diffstat (limited to 'recipes/gstreamer-1.0.recipe')
-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 9946c0e4..14035c5f 100644
--- a/recipes/gstreamer-1.0.recipe
+++ b/recipes/gstreamer-1.0.recipe
@@ -5,7 +5,7 @@ class Recipe(custom.GStreamer):
name = 'gstreamer-1.0'
btype = BuildType.MESON
meson_options = {'examples': 'disabled', 'gtk_doc': 'disabled'}
- deps = ['glib', 'gtk-doc-lite']
+ deps = ['glib']
files_bins = ['gst-inspect-1.0',
'gst-typefind-1.0',