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

test: Fix dlwrap for glvnd #154

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Commits on Feb 7, 2018

  1. test: Fix dlwrap for glvnd

    Add libOpenGL to the list of libraries we'll intercept. This is harmless
    if glvnd is not available as the dlopen(libOpenGL.so) will fail, but
    without this we can't intercept glGetString, which the
    egl_and_glx_different_pointers_glx test needs to be able to do.
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>
    nwnk committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    237a491 View commit details
    Browse the repository at this point in the history