From 27d551c00d5458d1deda33508dab7453959ca2c6 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 11 Sep 2020 13:12:11 +0200 Subject: meson: clean up build_by_default Build all executables by default except for the known-broken ones. This also allows running qemu-iotests without manually building socket_scm_helper. Reported-by: Max Reitz Tested-by: Max Reitz Signed-off-by: Paolo Bonzini --- ui/shader/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/shader') diff --git a/ui/shader/meson.build b/ui/shader/meson.build index f69e44e..592bf59 100644 --- a/ui/shader/meson.build +++ b/ui/shader/meson.build @@ -9,7 +9,6 @@ foreach e : shaders genh += custom_target(output, output: output, capture: true, - build_by_default: true, # to be removed when added to a target input: files('@0@.@1@'.format(e[0], e[1])), command: [shaderinclude, '@INPUT0@']) endforeach -- cgit v1.1