diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-10-21 20:38:57 +0530 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2022-12-08 14:40:02 +0000 |
commit | b27b057b5030217685f463e6978afb2f9b2f3738 (patch) | |
tree | e81cd85caf32b9a8ccba0b71e05fae5ea1562ae2 | |
parent | 923dc68dd62899c4c457ac54c9aac7bd9e8f8b52 (diff) |
gst-plugins-base: Add missing GL pkgconfig file
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1047>
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index c7bff0b2..b3f79815 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -125,6 +125,7 @@ class Recipe(custom.GStreamer): 'lib/pkgconfig/gstreamer-audio-1.0.pc', 'lib/pkgconfig/gstreamer-fft-1.0.pc', 'lib/pkgconfig/gstreamer-gl-1.0.pc', + 'lib/pkgconfig/gstreamer-gl-prototypes-1.0.pc', 'lib/pkgconfig/gstreamer-pbutils-1.0.pc', 'lib/pkgconfig/gstreamer-riff-1.0.pc', 'lib/pkgconfig/gstreamer-rtp-1.0.pc', |