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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);