zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
267 stars 37 forks source link

Make OpenGL optional #49

Closed falkTX closed 7 years ago

falkTX commented 7 years ago

UIs are not required for building the plugins, so don't try to build GL libs if OpenGL is not available. This is required for MOD builds, as X11/GL is not present there. Also nice for those that run headless.

PS: The makefiles in this repo already handle the case of plugins not having UIs.