mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-01-07 01:08:19 +03:00
renderer: don't rely on datarootdir for local share
This commit is contained in:
parent
083a5cf3c1
commit
0ec128e5ed
@ -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 New Issue
Block a user