On Thu, Apr 02, 2015 at 06:20:49PM +0300, Kirill Moizik wrote: > From: Kirill Moizik <[email protected]> > > build remote-viewer based on gtk3 as a default > > Signed-off-by: Kirill Moizik <[email protected]> > --- > jhbuildrc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/jhbuildrc b/jhbuildrc > index b1873c3..1f71c82 100644 > --- a/jhbuildrc > +++ b/jhbuildrc > @@ -9,10 +9,10 @@ prefix = os.path.join(_root, "inst") > > # spice gtk-osx moduleset > 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" ] > +#modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "virt-viewer" ]
ACK, I'd add a comment above that line to mention the commented out
modules are for a gtk2 build.
> skip.append('libiconv')
> #for a gtk3 build use these modules
> -#modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-gtk3",
> "virt-viewer-gtk3" ]
> +modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-gtk3",
> "virt-viewer-gtk3" ]
> #I've seen introspection generation totally hang during gtk+3 builds.
> #We don't need .gir to build virt-viewer, so let's disable introspection
> #altogether
> --
> 1.9.5 (Apple Git-50.3)
>
> _______________________________________________
> Spice-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
pgpDkbQWBgP2I.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
