summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-03-19 11:48:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-03-19 13:05:40 +1000
commitad04082a4ddce27b68a014e32bc61408d04948d3 (patch)
tree20700a49439d9f3b54bac40943684272ac68ce48 /meson.build
parent90267f32912c69d6b5524c22e0c2fe9ab2f62be4 (diff)
downloadlibwacom-ad04082a4ddce27b68a014e32bc61408d04948d3.tar.gz
meson.build: drop an unused directory definition
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 76d2929..30b9e62 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,6 @@ project('libwacom', 'c',
dir_bin = join_paths(get_option('prefix'), get_option('bindir'))
dir_data = join_paths(get_option('prefix'), get_option('datadir'), 'libwacom')
dir_etc = join_paths(get_option('prefix'), get_option('sysconfdir'), 'libwacom')
-dir_man1 = join_paths(get_option('prefix'), get_option('mandir'), 'man1')
dir_src = join_paths(meson.source_root(), 'libwacom')
dir_src_data= join_paths(meson.source_root(), 'data')
dir_test = join_paths(meson.source_root(), 'test')