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 781718 - Take advantage of PKG_CHECK_VAR macro
Take advantage of PKG_CHECK_VAR macro
Status: RESOLVED FIXED
Product: gnome-todo
Classification: Other
Component: General
3.25.x
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME To Do maintainer(s)
GNOME To Do maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-04-25 13:53 UTC by Iñigo Martínez
Modified: 2017-04-28 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
get Glib resource compiler by using PKG_CHECK_VAR macro (827 bytes, patch)
2017-04-25 13:53 UTC, Iñigo Martínez
committed Details | Review

Description Iñigo Martínez 2017-04-25 13:53:08 UTC
Created attachment 350398 [details] [review]
get Glib resource compiler by using PKG_CHECK_VAR macro

Instead of calling to pkg-config with --variable option to get the Glib resource compiler, we take advantage of using PKG_CHECK_VAR macro.
Comment 1 Georges Basile Stavracas Neto 2017-04-28 13:12:30 UTC
Attachment 350398 [details] pushed as f76ef0e - project: get GLib resource compiler by using PKG_CHECK_VAR macro