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:
Lyude Paul 2018-04-18 17:57:54 -04:00 committed by Adam Jackson
parent 4e28a6a223
commit fe4d1876b4

View File

@ -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,