[Spice-devel] [PATCH 2/6] Jhbuild setup: skip cups module
Kirill Moizik
kirill at daynix.com
Thu Apr 2 08:20:50 PDT 2015
From: Kirill Moizik <kmoizik at redhat.com>
cups module repo link is dead, and when checked out manually still does not compile,
spice client may be built without this module
Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
---
jhbuildrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/jhbuildrc b/jhbuildrc
index 1f71c82..90c3b9f 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -11,6 +11,7 @@ prefix = os.path.join(_root, "inst")
moduleset = 'http://cgit.freedesktop.org/~teuf/spice-jhbuild/plain/modulesets/spice.xml?h=osx'
#modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "virt-viewer" ]
skip.append('libiconv')
+skip.append('cups')
#for a gtk3 build use these modules
modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-gtk3", "virt-viewer-gtk3" ]
#I've seen introspection generation totally hang during gtk+3 builds.
--
1.9.5 (Apple Git-50.3)
More information about the Spice-devel
mailing list