[Spice-devel] [PATCH v2 2/3] jhbuildrc: fix autogen flags for cmake

Victor Toso victortoso at redhat.com
Mon May 11 12:11:02 PDT 2015


Hi,

On Sun, May 10, 2015 at 06:47:32PM +0300, Kirill Moizik wrote:
> From: Kirill Moizik <kmoizik at redhat.com>
> 
> cmake autogen can not be run with --disable-introspection flag
> 
> Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
> ---
>  jhbuildrc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/jhbuildrc b/jhbuildrc
> index 403ef43..773a205 100644
> --- a/jhbuildrc
> +++ b/jhbuildrc
> @@ -19,3 +19,4 @@ modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-gtk3", "virt-viewer-gtk3" ]
>  #altogether
>  global autogenargs
>  autogenargs = autogenargs + ' --disable-introspection'
> +module_autogenargs['cmake'] = ''

So, jhbuild build is actually building cmake? Shouldn't this be a system
dependency?


More information about the Spice-devel mailing list