summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/meson.build7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgconfig/meson.build b/pkgconfig/meson.build
index 3356936e1..e43046204 100644
--- a/pkgconfig/meson.build
+++ b/pkgconfig/meson.build
@@ -14,14 +14,17 @@ pkg_libs = [
'bad-base',
'bad-video',
'codecparsers',
- # Broken and not built currently
- #'gl',
'insertbin',
'mpegts',
'player',
'plugins-bad',
]
+# XXX: requires the meson.build to be parsed/executed after gst-libs/gl/meson.build
+if build_gstgl
+ pkg_libs += 'gl'
+endif
+
# FIXME: -uninstalled.pc files (if still needed?)
foreach p : pkg_libs
infile = 'gstreamer-@0@.pc.in'.format(p)