specify scdoc as a native dependency instead of a runtime dependency
This commit is contained in:
parent
1e5ae8f8e5
commit
1551aabbc0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ deplibinput = dependency('libinput')
|
|||
deplibudev = dependency('libudev')
|
||||
|
||||
if get_option('man')
|
||||
depscdoc = dependency('scdoc')
|
||||
depscdoc = dependency('scdoc', native: true)
|
||||
endif
|
||||
|
||||
common_include_dirs = include_directories('.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue