MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
713 stars 205 forks source link

cmake: Use GLVND OpenGL #224

Closed lanodan closed 3 years ago

lanodan commented 3 years ago

This makes mygui compile and work in a libX11-free wayland setup

Assumeru commented 3 years ago

It's possible that my set-up is weird, but find_package(OpenGL COMPONENTS OpenGL GLX) couldn't find OpenGL on my system (Windows 10). Reverting this change to CMake/Dependencies.cmake fixed it.

Altren commented 3 years ago

Oh, GLX is a linux specific library, should not be there for windows. Will fix this.

Assumeru commented 3 years ago

Thanks. Works now.