shady
shady copied to clipboard
Unable to install on macOS (13.4.1)
After instaling pkg-config, mesa, glw and freeglut with MacPorts, I still get this:
Package egl was not found in the pkg-config search path.
Perhaps you should add the directory containing `egl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'egl' found
pkg-config: exit status 1```
Shady uses EGL to manage OpenGL contexts. Is there a package like libegl-dev available?
Should be a part of mesa (I think), but still it didn't work.
mesa is in the x11 directory but i think macos stopped supporting it and went more into metal instead