Merge branch 'pr-scdoc-cross' into 'master'
specify scdoc as a native dependency instead of a runtime dependency See merge request postmarketOS/buffybox!30
This commit is contained in:
commit
8a231905a4
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