<html><body><div><a href="https://github.com/Homebrew/homebrew/pull/50601/">https://github.com/Homebrew/homebrew/pull/50601/</a></div><div><br data-mce-bogus="1"></div><div>The "bottle" build server happens to have X11 installed, but we'd prefer not to force an unnecessary X11 dependency on users. However, by default gl2ps will automatically link against X11's libglut.dylib if X11 happens to be installed. Therefore, I'm having to pass <span class="blob-code-inner"><span class="pl-s"><span class="pl-pds">"</span>-DGLUT_glut_LIBRARY=/System/Library/Frameworks/GLUT.framework<span class="pl-pds">"</span></span></span> to cmake to avoid creating bottles that break on systems without X11. It would be nice if gl2ps used the system GLUT by default even if X11 happens to be installed without our having to manually intervene.<br data-mce-bogus="1"></div></body></html>