summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-11-28 13:44:54 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-11-28 13:44:54 +0000
commit55823ae92b204c5e0dc326f8309b0a10b260cbb2 (patch)
tree6e80875c4cc5d721f988d03c8623c67bcc7d5143 /pkgconfig
parent0310142ca7843004af5d448b33dcd3906e86ab56 (diff)
meson: don't generate or install pkg-config file for gstreamer-wayland
which is not for public consumption currently (headers not installed). https://bugzilla.gnome.org/show_bug.cgi?id=790912
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgconfig/meson.build b/pkgconfig/meson.build
index 4f10db008..2cf2c5309 100644
--- a/pkgconfig/meson.build
+++ b/pkgconfig/meson.build
@@ -42,10 +42,10 @@ if build_gstgl
pkgconf.set('GL_PLATFORMS', ' '.join(enabled_gl_platforms))
endif
-if use_wayland
- pkgconf.set('waylandlibdir', join_paths(meson.build_root(), gstwayland.outdir()))
- pkg_libs += 'wayland'
-endif
+#if use_wayland
+# pkgconf.set('waylandlibdir', join_paths(meson.build_root(), gstwayland.outdir()))
+# pkg_libs += 'wayland'
+#endif
foreach p : pkg_libs
infile = 'gstreamer-@0@.pc.in'.format(p)