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)) pkgconf.set('GL_PLATFORMS', ' '.join(enabled_gl_platforms))
endif endif
if use_wayland #if use_wayland
pkgconf.set('waylandlibdir', join_paths(meson.build_root(), gstwayland.outdir())) # pkgconf.set('waylandlibdir', join_paths(meson.build_root(), gstwayland.outdir()))
pkg_libs += 'wayland' # pkg_libs += 'wayland'
endif #endif
foreach p : pkg_libs foreach p : pkg_libs
infile = 'gstreamer-@0@.pc.in'.format(p) infile = 'gstreamer-@0@.pc.in'.format(p)