summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorLyude Paul <lyude@redhat.com>2018-04-18 17:57:54 -0400
committerAdam Jackson <ajax@redhat.com>2018-04-19 16:20:27 -0400
commitfe4d1876b4f01c0b0e1916d548c398789f196164 (patch)
tree5bd3cf8f049d2156e7f5f9c2bcffaa0327a2b86b /glx
parent4e28a6a223c4f9d0f5defe0313a94e22e0416787 (diff)
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>
Diffstat (limited to 'glx')
-rw-r--r--glx/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/glx/meson.build b/glx/meson.build
index dc7aab962..69d558e78 100644
--- a/glx/meson.build
+++ b/glx/meson.build
@@ -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,