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 = ''
|
libglxvnd = ''
|
||||||
if build_glx
|
if build_glx
|
||||||
libglxvnd = static_library('libglxvnd',
|
libglxvnd = static_library('libglxvnd',
|
||||||
srcs_vnd,
|
srcs_vnd,
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
common_dep,
|
common_dep,
|
||||||
dl_dep,
|
dl_dep,
|
||||||
|
|
Loading…
Reference in New Issue