meson: Fix indenting in glx/meson.build
No functional changes, just fixing a tabs vs. space error I noticed Signed-off-by: Lyude Paul <lyude@redhat.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
4e28a6a223
commit
fe4d1876b4
|
@ -68,8 +68,8 @@ hdrs_vnd = [
|
|||
libglxvnd = ''
|
||||
if build_glx
|
||||
libglxvnd = static_library('libglxvnd',
|
||||
srcs_vnd,
|
||||
include_directories: inc,
|
||||
srcs_vnd,
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
common_dep,
|
||||
dl_dep,
|
||||
|
|
Loading…
Reference in New Issue