mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 04:45:57 +01:00
renderer: don't rely on datarootdir for local share
This commit is contained in:
parent
083a5cf3c1
commit
0ec128e5ed
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ const std::vector<const char*> ASSET_PATHS = {
|
|||
DATAROOTDIR,
|
||||
#endif
|
||||
"/usr/share",
|
||||
"/usr/local/share",
|
||||
};
|
||||
|
||||
inline void loadGLProc(void* pProc, const char* name) {
|
||||
|
|
Loading…
Reference in a new issue