summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2019-10-07 01:04:21 -0600
committerTadeo Kondrak <me@tadeo.ca>2019-10-07 01:04:21 -0600
commit0e19d2c32901a9cc59257f1a6336957e05ec5334 (patch)
treeb521d69833885ae6de688eaf99daf5e43d69402a /doc
parentf37a712ca2c5d1f5d00a0623aba9f009e9d58b91 (diff)
downloadlibinput-0e19d2c32901a9cc59257f1a6336957e05ec5334.tar.gz
meson.build: fix building as a subproject
Diffstat (limited to 'doc')
-rw-r--r--doc/api/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/meson.build b/doc/api/meson.build
index 7eac152d..20b298df 100644
--- a/doc/api/meson.build
+++ b/doc/api/meson.build
@@ -37,7 +37,7 @@ mainpage = vcs_tag(command : ['git', 'log', '-1', '--format=%h'],
src_doxygen = files(
# source files
- join_paths(meson.source_root(), 'src', 'libinput.h'),
+ '../../src/libinput.h',
# style files
'style/header.html',
'style/footer.html',