hyprpm: install headers locally (#4585)

* hyprpm: install headers locally

* oopsie
This commit is contained in:
Vaxry
2024-02-01 19:38:43 +00:00
committed by GitHub
parent 15316aaa31
commit 3656045ad8
3 changed files with 66 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ struct SGlobalState {
namespace DataState {
std::string getDataStatePath();
std::string getHeadersPath();
void ensureStateStoreExists();
void addNewPluginRepo(const SPluginRepository& repo);
void removePluginRepo(const std::string& urlOrName);