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

[cmake] fix set of APP_RENDER_SYSTEM on KodiConfig.cmake #15642

Merged
merged 1 commit into from
Mar 21, 2019

Commits on Mar 20, 2019

  1. [cmake] fix set of APP_RENDER_SYSTEM on KodiConfig.cmake

    In the implementation of GLES under Windows found the foolish finding of OpenGL. This seems to exist systematically and makes it a little harder. Then found that "APP_RENDER_SYSTEM" of "KodiConfig.cmake" is not defined correctly (empty defined).
    
    This request fixes this and uses the "platform" folder.
    Parts of "Platform.cmake" are also included in PrepareEnv.cmake.
    
    TODO: Refactor on v19 to remove the if/else usage
    AlwinEsch committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    34d0c4a View commit details
    Browse the repository at this point in the history