[Spice-devel] [PATCH spice-gtk v2] build-sys: stop installing spicy & spicy-stats

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Thu Aug 10 10:27:36 UTC 2017


From: Marc-André Lureau <marcandre.lureau at redhat.com>

spicy is only a test UI. A proper end-user UI is provided by
virt-viewer, vinagre or Boxes for example.

spicy-stats is meant for simple measurements and tweaking during
development, I never heard of any user. And I can't think of a good
reason a user would want it.

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
 tools/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 7c2d90e..5bce252 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,5 @@
-bin_PROGRAMS = spicy-stats spicy-screenshot
+bin_PROGRAMS = spicy-screenshot
+noinst_PROGRAMS = spicy-stats
 
 TOOLS_CPPFLAGS =			\
 	-DSPICE_COMPILATION		\
@@ -13,7 +14,7 @@ TOOLS_CPPFLAGS =			\
 	$(NULL)
 
 if WITH_GTK
-bin_PROGRAMS += spicy
+noinst_PROGRAMS += spicy
 TOOLS_CPPFLAGS += $(GTK_CFLAGS)
 endif
 
-- 
2.14.0.1.geff633fa0



More information about the Spice-devel mailing list