mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 21:26:00 +01:00
Merge pull request #1 from kaeeraa/log-fixes
hyprpm: add pkg-config at dependencies error
This commit is contained in:
commit
b300f2faa0
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ bool CPluginManager::addNewPluginRepo(const std::string& url, const std::string&
|
||||||
const auto HLVER = getHyprlandVersion();
|
const auto HLVER = getHyprlandVersion();
|
||||||
|
|
||||||
if (!hasDeps()) {
|
if (!hasDeps()) {
|
||||||
std::cerr << "\n" << Colors::RED << "✖" << Colors::RESET << " Could not clone the plugin repository. Dependencies not satisfied. Hyprpm requires: cmake, meson, cpio\n";
|
std::cerr << "\n" << Colors::RED << "✖" << Colors::RESET << " Could not clone the plugin repository. Dependencies not satisfied. Hyprpm requires: cmake, meson, cpio, pkg-config\n";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue