GNOME Bugzilla – Bug 722611
Cannot build gnome-packagekit with --disable-systemd
Last modified: 2014-01-20 16:23:01 UTC
It fails with the following error in src: gpk-update-viewer.c:3462:6: error: use of undeclared identifier 'console' if (console != NULL) ^ gpk-update-viewer.c:3463:19: error: use of undeclared identifier 'console' g_object_unref (console); ^
commit f7ba8ac01db52c9dc68c6b1eef57182a4696e24f Author: Richard Hughes <richard@hughsie.com> Date: Mon Jan 20 16:22:49 2014 +0000 Fix compile with --disable-systemd Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=722611