mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 07:05:58 +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,
|
DATAROOTDIR,
|
||||||
#endif
|
#endif
|
||||||
"/usr/share",
|
"/usr/share",
|
||||||
|
"/usr/local/share",
|
||||||
};
|
};
|
||||||
|
|
||||||
inline void loadGLProc(void* pProc, const char* name) {
|
inline void loadGLProc(void* pProc, const char* name) {
|
||||||
|
|
Loading…
Reference in a new issue