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 782123 - meson: depend on glib >= 2.53.1
meson: depend on glib >= 2.53.1
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-05-03 14:37 UTC by Ernestas Kulik
Modified: 2017-05-03 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: depend on glib >= 2.53.1 (841 bytes, patch)
2017-05-03 14:37 UTC, Ernestas Kulik
committed Details | Review

Description Ernestas Kulik 2017-05-03 14:37:53 UTC
The code uses g_object_new_with_properties(), which is only available in
versions 2.53.1 and up.
Comment 1 Ernestas Kulik 2017-05-03 14:37:57 UTC
Created attachment 350987 [details] [review]
meson: depend on glib >= 2.53.1
Comment 2 Emmanuele Bassi (:ebassi) 2017-05-03 14:40:40 UTC
Review of attachment 350987 [details] [review]:

ACK.
Comment 3 Emmanuele Bassi (:ebassi) 2017-05-03 15:15:16 UTC
Attachment 350987 [details] pushed as fee3f9a - meson: depend on glib >= 2.53.1