diff options
author | Matthew Waters <matthew@centricular.com> | 2019-09-20 11:46:39 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2019-10-15 11:04:55 +1100 |
commit | f24f006c2084c2c6b52b0f257c3415ae46ca967d (patch) | |
tree | 061a77ce7859179851319ee9edf966ee6d52e49f /recipes/gstreamer-ios-templates.recipe | |
parent | 0514d153daa1ef75b8e466cb44d221f25472aa4b (diff) |
recipes: fix some dependencies
Diffstat (limited to 'recipes/gstreamer-ios-templates.recipe')
-rw-r--r-- | recipes/gstreamer-ios-templates.recipe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gstreamer-ios-templates.recipe b/recipes/gstreamer-ios-templates.recipe index 37ac77d8..920b0c3c 100644 --- a/recipes/gstreamer-ios-templates.recipe +++ b/recipes/gstreamer-ios-templates.recipe @@ -17,6 +17,10 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2_1Plus] stype = SourceType.CUSTOM btype = BuildType.CUSTOM + deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', + 'gst-plugins-ugly-1.0', 'gst-plugins-bad-1.0', 'gst-libav-1.0', + 'gst-validate', 'gst-rtsp-server-1.0', 'gst-editing-services-1.0' + ] files_devel = [ 'share/xcode/templates/ios/', |