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
This commit is contained in:
Tim-Philipp Müller 2017-11-28 13:44:54 +00:00
parent 0310142ca7
commit 55823ae92b

View file

@ -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)