mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 07:01:57 -07:00
renderer: don't rely on datarootdir for local share
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user