GNOME Bugzilla – Bug 770927
gnome-software fails to build without gudev
Last modified: 2016-09-06 08:22:13 UTC
Recent commit 0c72785 causes gnome-software to hard-depend on gudev. udev and gudev are only supported on Linux, so it causes configure to fail on non-Linux systems. Can we make this newly added plugin optional? configure: error: Package requirements (gudev-1.0) were not met: Package gudev-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gudev-1.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gudev-1.0', required by 'virtual:world', not found
commit bcac137e0618efc3aedae5df8dc607743edd2573 Author: Richard Hughes <richard@hughsie.com> Date: Tue Sep 6 09:21:44 2016 +0100 Make GUDev optional Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=770927