Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change glutin headless mode to be a build config, as it breaks some Linux distros linking to both. #4707

Merged
merged 1 commit into from Jan 22, 2015

Commits on Jan 22, 2015

  1. Change glutin headless mode to be a build config, as it breaks some L…

    …inux distros linking to both.
    
    The majority of this change is simply re-arranging the code in the glutin port
    so that the windowed/headless code is configured at build time rather
    than runtime. There shouldn't be any functional difference as a result of this change.
    gw3583 committed Jan 22, 2015
You can’t perform that action at this time.