mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
0310142ca7
commit
55823ae92b
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue