summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-26 18:42:54 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-27 10:13:18 -0400
commitab063cf96779c521618c022d4f669f69e3d9cc8f (patch)
tree42409a755308d00401d2d1ab339c984dbbc89fa2 /meson.build
parente3baacacda29afe524b3e4cab78ca057241c0551 (diff)
meson: Fix installing protocol.txt
One fix the constructed path, two actually install it. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 47385ab03..216086ef2 100644
--- a/meson.build
+++ b/meson.build
@@ -462,7 +462,7 @@ glx_inc = include_directories('glx')
top_srcdir_inc = include_directories('.')
-serverconfigdir = join_paths(get_option('libdir'), '/xorg')
+serverconfigdir = join_paths(get_option('libdir'), 'xorg')
# Include must come first, as it sets up dix-config.h
subdir('include')