We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702a0e6 commit 1b04d1bCopy full SHA for 1b04d1b
meson.build
@@ -165,7 +165,7 @@ endif
165
dl_dep = cc.find_library('dl', required: false)
166
gl_dep = dependency('gl', required: false)
167
if not gl_dep.found() and not build_glx
168
- gl_dep = dependency('opengl', required: false)
+ gl_dep = dependency('opengl', required: false)
169
endif
170
egl_dep = dependency('egl', required: false)
171
0 commit comments