[Spice-devel] [PATCH 4/6] Jhbuild configuration: fix modules dependencies.
Christophe Fergeau
cfergeau at redhat.com
Tue Apr 7 05:16:41 PDT 2015
On Thu, Apr 02, 2015 at 06:20:52PM +0300, Kirill Moizik wrote:
> From: Kirill Moizik <kmoizik at redhat.com>
>
> fix modules dependencies for gtk3 based build
>
> Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
> ---
> modulesets/spice.xml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/modulesets/spice.xml b/modulesets/spice.xml
> index f1abf6e..09c6dcf 100644
> --- a/modulesets/spice.xml
> +++ b/modulesets/spice.xml
> @@ -134,6 +134,10 @@
> <!--patch file="http://people.freedesktop.org/~teuf/spice-gtk-osx/0001-Update-spice-glib-sym-file-for-new-symbol.patch" strip="1"/> -->
> </branch>
> <dependencies>
> + <dep package="libpng"/>
> + <dep package="gtk-doc"/>
> + <dep package="libtiff"/>
These are part of meta-gtk-osx-bootstrap as far as I can tell which is
listed as a dependency in jhbuildrc. Why did you need these?
> + <dep package="gtk+"/>
This one is gtk+2 is it needed for gtk+3 builds?
Christophe
-------------- 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/d642599e/attachment.sig>
More information about the Spice-devel
mailing list