[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/6] gnu: gtk+: enable introspection.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/6] gnu: gtk+: enable introspection. |
Date: |
Sat, 30 Nov 2013 23:01:52 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Cyril Roelandt <address@hidden> skribis:
> * gnu/packages/gtk.scm (atk, gdk-pixbuf, gtk+, pango): enable introspection
Looks good. One question though:
[...]
> (inputs `(("glib" ,glib)
> + ("gobject-introspection" ,gobject-introspection)
> + ("libffi" ,libffi)
[...]
> + `(("gobject-introspection" ,gobject-introspection)
> + ("libffi" ,libffi)
> + ("pkg-config" ,pkg-config)
[...]
> + ("gobject-introspection", gobject-introspection)
> + ("libffi" ,libffi)
[...]
> + `(("gobject-introspection" ,gobject-introspection)
> + ("libffi" ,libffi)
> + ("libxml2" ,libxml2)
Why is gobject-introspection always accompanied by libffi? Should
libffi be a propagated input of gobject-introspection?
Thanks,
Ludo’.
- [PATCH 0/6] Add eog, Cyril Roelandt, 2013/11/29
- [PATCH 1/6] gnu: gobject-introspection: look for 'gcc' when no compiler seems available., Cyril Roelandt, 2013/11/29
- [PATCH 3/6] gnu: Add libpeas., Cyril Roelandt, 2013/11/29
- [PATCH 2/6] gnu: gtk+: enable introspection., Cyril Roelandt, 2013/11/29
- Re: [PATCH 2/6] gnu: gtk+: enable introspection.,
Ludovic Courtès <=
- [PATCH 4/6] gnu: Add iso-codes., Cyril Roelandt, 2013/11/29
- [PATCH 6/6] gnu: Add eog., Cyril Roelandt, 2013/11/29
- [PATCH 5/6] gnu: Add gnome-desktop., Cyril Roelandt, 2013/11/29