diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-11-26 14:46:23 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-12-05 10:13:10 +0100 |
commit | 9321b2076f6da5f88e5135cb0684505467f232fc (patch) | |
tree | 74cf432c4168eb5028321da2256c3713561f2171 | |
parent | e39464946bb6fbf704b17d7a53784bb365770010 (diff) |
recipes: gst-plugins-bad: Also dist gl headers
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index 3ffbc99b..f34d29cd 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -21,6 +21,7 @@ class Recipe(recipe.Recipe): 'libgstinsertbin-1.0'] files_plugins_devel = [ + 'include/gstreamer-1.0/gst/gl', 'include/gstreamer-1.0/gst/mpegts' ] |