After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790912 - meson: don't generate gstreamer-wayland pkg-config file
meson: don't generate gstreamer-wayland pkg-config file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-27 17:22 UTC by Víctor Manuel Jáquez Leal
Modified: 2017-11-28 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pkgconfig: generate gstreamer-wayland with automake (1.52 KB, patch)
2017-11-27 17:22 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2017-11-27 17:22:16 UTC
Makefile.am did not generate the gstreamer-wayland pc files.
Comment 1 Víctor Manuel Jáquez Leal 2017-11-27 17:22:23 UTC
Created attachment 364518 [details] [review]
pkgconfig: generate gstreamer-wayland with automake
Comment 2 Tim-Philipp Müller 2017-11-27 17:35:17 UTC
This is on purpose, just like the header file not actually being installed :)
Comment 3 Víctor Manuel Jáquez Leal 2017-11-27 17:57:50 UTC
Oh, then perhaps we should remove it from the meson.build. Or not. :S
Comment 4 Tim-Philipp Müller 2017-11-27 18:03:56 UTC
Did you just spot the inconsistency or were you wanting to use it?
Comment 5 Víctor Manuel Jáquez Leal 2017-11-27 18:17:31 UTC
I wanted to use it for a test app, though actually I can remove its usage :)

So, at the end, it is just an inconsistency.

If there's no need of this we could close this bug.
Comment 6 Tim-Philipp Müller 2017-11-28 13:47:45 UTC
commit 55823ae92b204c5e0dc326f8309b0a10b260cbb2 (HEAD -> master)
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Tue Nov 28 13:44:54 2017 +0000

    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