[Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Add missing dependencies

Simon Schampijer simon at schampijer.de
Mon Jan 28 13:18:41 EST 2013


On 01/28/2013 07:16 PM, Daniel Narvaez wrote:
> From: Daniel Narvaez <dwnarvaez at gmail.com>
>
> I'm not sure how it works with GNU ld, but it breaks with ld
> gold and it's clearly wrong anyway.
> ---
>   configure.ac | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index cb221a8..fefb8e8 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -20,7 +20,8 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
>
>   AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
>
> -PKG_CHECK_MODULES(EXT, gtk+-3.0 gdk-3.0 gdk-pixbuf-2.0 sm ice alsa librsvg-2.0)
> +PKG_CHECK_MODULES(EXT, gtk+-3.0 gdk-3.0 gdk-pixbuf-2.0 sm ice alsa
> +                       librsvg-2.0 xfixes xi x11)
>
>   PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
>   AC_SUBST(PYGTK_DEFSDIR)
>

Both patches look good, please push.

Simon


More information about the Sugar-devel mailing list