Skip to content

Commit

Permalink
Merge pull request #1 from kaeeraa/log-fixes
Browse files Browse the repository at this point in the history
hyprpm: add pkg-config at dependencies error
  • Loading branch information
kaeeraa authored Sep 1, 2024
2 parents 4af9410 + a9211cd commit b300f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyprpm/src/core/PluginManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ bool CPluginManager::addNewPluginRepo(const std::string& url, const std::string&
const auto HLVER = getHyprlandVersion();

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;
}

Expand Down

0 comments on commit b300f2f

Please sign in to comment.