diff options
author | Eric Engestrom <[email protected]> | 2019-09-25 17:38:49 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-31 17:09:59 +0000 |
commit | 6e21dcc5a31634232660eff1a83052c2ebb4816c (patch) | |
tree | 0061d60279b43c9ed33929e31e115aef789e0093 /include/meson.build | |
parent | 0f201e9dbc8711f61a692de50cf283a30fad3030 (diff) |
meson: revert glvnd workaround
This effectively reverts MR !2112.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'include/meson.build')
-rw-r--r-- | include/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/meson.build b/include/meson.build index a64d9373a92..4c0b12d3c6a 100644 --- a/include/meson.build +++ b/include/meson.build @@ -22,7 +22,7 @@ inc_include = include_directories('.') inc_d3d9 = include_directories('D3D9') inc_haikugl = include_directories('HaikuGL') -if not glvnd_has_headers_and_pc_files +if not with_glvnd if with_gles1 or with_gles2 or with_opengl or with_egl install_headers('KHR/khrplatform.h', subdir : 'KHR') endif |