svenstaro / glsl-language-server

Language server implementation for GLSL
MIT License
179 stars 29 forks source link

Optional http #44

Closed mkoncek closed 1 year ago

mkoncek commented 1 year ago

In addition to https://github.com/svenstaro/glsl-language-server/pull/43, this change conditionalizes the use of mongoose library. I was trying really hard to find a Linux distro that provides mongoose 6.9 but none of Fedora, Debian or Arch provide it. Therefore I assume it is good to make it simple to disable HTTP support.

mkoncek commented 1 year ago

Furthermore, I considered updating your CI, but none of LTS Ubuntu releases contains glslang of the required version. Latest Ubuntu and possibly some released Fedora container do, let me know if you are interested in adding a CI for testing distro builds.