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 789681 - meson: Libmount support not built
meson: Libmount support not built
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: build
2.54.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-10-31 03:19 UTC by Jan Alexander Steffens (heftig)
Modified: 2017-10-31 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] meson: Fix libmount support (1.20 KB, patch)
2017-10-31 03:19 UTC, Jan Alexander Steffens (heftig)
committed Details | Review

Description Jan Alexander Steffens (heftig) 2017-10-31 03:19:54 UTC
Created attachment 362594 [details] [review]
[PATCH] meson: Fix libmount support

Meson links libgio against libmount but the code actually using the library is not getting compiled, as the HAVE_LIBMOUNT define is missing.
Comment 1 Emmanuele Bassi (:ebassi) 2017-10-31 03:22:26 UTC
Review of attachment 362594 [details] [review]:

Thanks for the patch