mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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))
|
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)
|
||||||
|
|
Loading…
Reference in a new issue