mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
parent
fb02a57a2b
commit
da05dd4b81
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ gio_dep = dependency('gio-2.0', version: '>=' + glib_min_version)
|
|||
gio_unix_dep = dependency('gio-unix-2.0', version: '>=' + glib_min_version)
|
||||
m_dep = cc.find_library('m', required: true)
|
||||
|
||||
xsltproc = find_program('xsltproc', required: get_option('gtk-doc') or get_option('man'))
|
||||
xsltproc = find_program('xsltproc', disabler: true, required: get_option('gtk-doc') or get_option('man'))
|
||||
|
||||
# Resolve OS backend
|
||||
os_backend = get_option('os_backend')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue