Hi, > > if test "$opengl" != "no" ; then > > - opengl_pkgs="epoxy" > > + opengl_pkgs="epoxy libdrm gbm" > > This disables OpenGL entirely if libdrm or mesa-libgbm is unavailable. > Is it intentional?
Right now OpenGL has a X11 dependency anyway, so I don't think this is a big problem, libdrm + mesa-libgbm should be available for all current users. When enabling opengl on macos / windows we probably want look at this. cheers, Gerd