Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi authored Jul 2, 2024
1 parent 702a0e6 commit 1b04d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ endif
dl_dep = cc.find_library('dl', required: false)
gl_dep = dependency('gl', required: false)
if not gl_dep.found() and not build_glx
gl_dep = dependency('opengl', required: false)
gl_dep = dependency('opengl', required: false)
endif
egl_dep = dependency('egl', required: false)

Expand Down

0 comments on commit 1b04d1b

Please sign in to comment.