diff options
author | Tadeo Kondrak <me@tadeo.ca> | 2019-10-07 01:04:21 -0600 |
---|---|---|
committer | Tadeo Kondrak <me@tadeo.ca> | 2019-10-07 01:04:21 -0600 |
commit | 0e19d2c32901a9cc59257f1a6336957e05ec5334 (patch) | |
tree | b521d69833885ae6de688eaf99daf5e43d69402a /doc | |
parent | f37a712ca2c5d1f5d00a0623aba9f009e9d58b91 (diff) | |
download | libinput-0e19d2c32901a9cc59257f1a6336957e05ec5334.tar.gz |
meson.build: fix building as a subproject
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/meson.build | 2 |
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', |