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

meson: Use a partial dependency to pass EGL module flags #71

Merged
merged 1 commit into from
Sep 16, 2020

Commits on Sep 15, 2020

  1. meson: Use a partial dependency to pass EGL module flags

    Make Meson try to always find an "egl" dependency, if found extract
    the include directories and compiler flags from ir using a partial
    dependency, otherwise check that at least EGL/eglplatform.h is
    available when the pkg-config module is not found.
    
    Fixes #70
    aperezdc committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ef496c5 View commit details
    Browse the repository at this point in the history