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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user