Skip to content

Commit 1b04d1b

Browse files
authored
Fix indentation
1 parent 702a0e6 commit 1b04d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ endif
165165
dl_dep = cc.find_library('dl', required: false)
166166
gl_dep = dependency('gl', required: false)
167167
if not gl_dep.found() and not build_glx
168-
gl_dep = dependency('opengl', required: false)
168+
gl_dep = dependency('opengl', required: false)
169169
endif
170170
egl_dep = dependency('egl', required: false)
171171

0 commit comments

Comments
 (0)