17 lines
437 B
Diff
17 lines
437 B
Diff
--- spice-0.14.91/meson.build 2020-10-26 12:18:53.000000000 +0000
|
|
+++ spice-0.14.91-fix/meson.build 2021-07-04 16:17:51.603269800 +0000
|
|
@@ -208,7 +208,6 @@
|
|
# Subdirectories
|
|
#
|
|
subdir('server')
|
|
-subdir('tools')
|
|
subdir('docs')
|
|
|
|
#
|
|
@@ -229,4 +228,4 @@
|
|
configure_file(output : 'config.h',
|
|
configuration : spice_server_config_data)
|
|
|
|
-run_target('doxy', command : './doxygen.sh')
|
|
+run_target('doxy', command : 'doxygen')
|