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 772059 - 3.24: Add meson as systemdep for GStreamer
3.24: Add meson as systemdep for GStreamer
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2016-09-27 14:10 UTC by Emanuele Aina
Modified: 2016-10-03 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
3.24: Add meson as systemdep for GStreamer (1.01 KB, patch)
2016-09-27 14:10 UTC, Emanuele Aina
none Details | Review
3.24: Add meson as virtual_sysdep (710 bytes, patch)
2016-09-27 17:11 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2016-09-27 14:10:09 UTC
Fixes the 'W: gstreamer has a dependency on unknown "meson" module'
message after commit 86d958b6778.
Comment 1 Emanuele Aina 2016-09-27 14:10:14 UTC
Created attachment 336360 [details] [review]
3.24: Add meson as systemdep for GStreamer

Fixes the 'W: gstreamer has a dependency on unknown "meson" module'
message after commit 86d958b6778.
Comment 2 Michael Catanzaro 2016-09-27 14:51:33 UTC
Review of attachment 336360 [details] [review]:

I'm not sure I like this, meson is already encoded in the module type and it really shouldn't be needed to specify it as a dependency of each meson module. Same with CMake.
Comment 3 Frederic Peters 2016-09-27 15:27:48 UTC
Ditto, meson should be added to virtual_sysdeps (jhbuild/moduleset.py).
Comment 4 Emanuele Aina 2016-09-27 17:06:46 UTC
Ah, right, I will amend the patch!
Comment 5 Emanuele Aina 2016-09-27 17:11:25 UTC
Created attachment 336378 [details] [review]
3.24: Add meson as virtual_sysdep

Fixes the 'W: gstreamer has a dependency on unknown "meson" module'
message after commit 86d958b6778.
Comment 6 Michael Catanzaro 2016-10-03 04:52:34 UTC
Review of attachment 336378 [details] [review]:

Thanks
Comment 7 Emanuele Aina 2016-10-03 08:17:48 UTC
The following fix has been pushed:
4bf6774 3.24: Add meson as virtual_sysdep