mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
Make scdoc dependency optional
This commit is contained in:
parent
1ef3f6a9b6
commit
5ef1e637bf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
scdoc_dep = dependency('scdoc', version: '>=1.9.2', native: true)
|
||||
scdoc_dep = dependency('scdoc', version: '>=1.9.2', native: true, required: false)
|
||||
|
||||
if scdoc_dep.found()
|
||||
scdoc = find_program(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue