[virt-tools-list] [PATCH virt-viewer 1/3] Remove spice-controller flags from virt-viewer build
Jonathon Jongsma
jjongsma at redhat.com
Fri Jun 19 20:39:36 UTC 2015
Virt-viewer does not use spice-controller, only remote-viewer does. So
there's no need to ad SPICE_CONTROLLER_CFLAGS to the virt-viewer build.
---
src/Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 12d646c..dbce8fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -125,7 +125,6 @@ virt_viewer_CFLAGS = \
$(LIBVIRT_CFLAGS) \
$(OVIRT_CFLAGS) \
$(SPICE_GTK_CFLAGS) \
- $(SPICE_CONTROLLER_CFLAGS) \
$(WARN_CFLAGS) \
$(NULL)
endif
--
2.1.0
More information about the virt-tools-list
mailing list