GNOME Bugzilla – Bug 732204
Build failure with --disable-network-manager
Last modified: 2014-06-25 10:26:34 UTC
When I build gnome-settings-daemon on FreeBSD with --disable-network-manager option, I get the following error: gmake[3]: Entering directory `/home/lantw44/gnome/source/gnome-settings-daemon/plugins/sharing' CC libsharing_la-gsd-sharing-manager.lo CC gsd_test_sharing-gsd-sharing-manager.o gsd-sharing-manager.c:25:10: fatal error: 'nm-client.h' file not found #include <nm-client.h> ^ gsd-sharing-manager.c:25:10: fatal error: 'nm-client.h' file not found #include <nm-client.h> ^ 1 error generated. gmake[3]: *** [gsd_test_sharing-gsd-sharing-manager.o] Error 1
commit 5cfb8fd711bb5b5b93f519cf2c1248d251861f5a Author: Bastien Nocera <hadess@hadess.net> Date: Wed Jun 25 12:24:55 2014 +0200 sharing: Fix build without NetworkManager https://bugzilla.gnome.org/show_bug.cgi?id=732204