mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 05:54:33 +04:00
12 lines
412 B
Diff
12 lines
412 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -20,7 +20,7 @@ config.set_quoted('VERSION', meson.proje
|
|
###############################################################################
|
|
# Find tools
|
|
|
|
-xmllint = find_program('xmllint')
|
|
+xmllint = find_program('xmllint', required: false)
|
|
xmlto = find_program('xmlto', required: false)
|
|
|
|
###############################################################################
|