Skip to content
Snippets Groups Projects
Commit 8a231905 authored by Johannes Marbach's avatar Johannes Marbach
Browse files

Merge branch 'pr-scdoc-cross' into 'master'

specify scdoc as a native dependency instead of a runtime dependency

See merge request postmarketOS/buffybox!30
parents 1e5ae8f8 1551aabb
No related branches found
No related tags found
1 merge request!30specify scdoc as a native dependency instead of a runtime dependency
Pipeline #141395 passed
......@@ -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('.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment