|
|
|
|
@ -188,10 +188,9 @@ sub perform_coverity_checks() |
|
|
|
|
error "Check your logs afterwards."; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
info "D-BUS appears to be installed in the following path: "; |
|
|
|
|
system("pkg-config", "--variable=prefix", "dbus-1"); |
|
|
|
|
info "D-BUS appears to be installed. Continuing. "; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
unless (check_cmake_installed()) |
|
|
|
|
@ -205,6 +204,11 @@ sub perform_coverity_checks() |
|
|
|
|
error "Check your logs afterwards."; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
info "cmake appears to be installed. Continuing. "; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unless (check_lcms_installed()) |
|
|
|
|
{ |
|
|
|
|
@ -217,6 +221,11 @@ sub perform_coverity_checks() |
|
|
|
|
error "Check your logs afterwards."; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
info "lcms appears to be installed. Continuing. "; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Print blank line. |
|
|
|
|
info ""; |
|
|
|
|
|