mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-05 23:22:42 +02:00
Set scdoc dependency to required: false
This commit is contained in:
@@ -153,7 +153,7 @@ install_data(
|
|||||||
install_dir: join_paths(get_option('out'), 'etc/xdg/waybar')
|
install_dir: join_paths(get_option('out'), 'etc/xdg/waybar')
|
||||||
)
|
)
|
||||||
|
|
||||||
scdoc = dependency('scdoc', version: '>=1.9.2', native: true)
|
scdoc = dependency('scdoc', version: '>=1.9.2', native: true, required: false)
|
||||||
|
|
||||||
if scdoc.found()
|
if scdoc.found()
|
||||||
scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
|
scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
|
||||||
|
Reference in New Issue
Block a user