GNOME Bugzilla – Bug 782299
Fix build error when systemd is disabled
Last modified: 2017-05-08 14:30:03 UTC
In meson.build, systemd and polkit are only defined when systemd is enabled, but the rule for gpk-update-viewer in src/meson.build uses them unconditionally, causing error when running meson: Meson encountered an error in file src/meson.build, line 112, column 0: Unknown variable "polkit".
Created attachment 351301 [details] [review] build: Fix configure failure when systemd is disabled
Created attachment 351307 [details] [review] build: move llvm-config to the top If llvm-config exists, it should be the default LLVM version on the system and we should use it by default. This change also syncs the list with meson. https://bugzilla.gnome.org/show_bug.cgi?id=782296
Comment on attachment 351307 [details] [review] build: move llvm-config to the top Sorry, I attached this patch to a wrong bug report. Please ignore this attachment.
Review of attachment 351301 [details] [review]: LGTM.
Attachment 351301 [details] pushed as f42e29d - build: Fix configure failure when systemd is disabled