diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-01-18 14:10:52 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-02-04 21:49:45 +0000 |
commit | bd24cb0205984ec14dd0fba9fb78f15ccdaba7cd (patch) | |
tree | e977d2f01070c9b49b2a1e458a9f3bce45d98aa5 | |
parent | 817b846bbc2b3fe3cdceb132401366c7584955ce (diff) |
gst-plugins-base: Enable opengl plugin deps
This is needed for some elements, and we build those dependencies
already, so we can enable them to ensure that they do get built.
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 227b7ead..2cb1e7e4 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -7,6 +7,9 @@ class Recipe(custom.GStreamer): tarball_checksum = 'b13e73e2fe74a4166552f9577c3dcb24bed077021b9c7fa600d910ec6987816a' meson_options = {# enabled plugins 'gl': 'enabled', + 'gl-graphene': 'enabled', + 'gl-png': 'enabled', + 'gl-jpeg': 'enabled', 'libvisual': 'enabled', 'ogg': 'enabled', 'opus': 'enabled', |