[Spice-devel] [PATCH 1/6] Jhbuild setup: set default to gtk3

Christophe Fergeau cfergeau at redhat.com
Tue Apr 7 04:52:22 PDT 2015


On Thu, Apr 02, 2015 at 06:20:49PM +0300, Kirill Moizik wrote:
> From: Kirill Moizik <kmoizik at redhat.com>
> 
> build remote-viewer based on gtk3 as a default
> 
> Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
> ---
>  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
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150407/4307507f/attachment.sig>


More information about the Spice-devel mailing list