[Buildroot] [PATCH 35/41] package: add libgail package

Lionel Landwerlin llandwerlin at gmail.com
Wed Apr 14 08:33:01 UTC 2010


On Wed, Apr 14, 2010 at 10:13 AM, Peter Korsgaard <jacmet at uclibc.org> wrote:
>>>>>> "llandwerlin" == llandwerlin  <llandwerlin at gmail.com> writes:
>
>  llandwerlin> From: Lionel Landwerlin <llandwerlin at gmail.com>
>  llandwerlin> This package include a patch for directfb support. This patch has been
>  llandwerlin> proposed for upstream integration
>  llandwerlin> (https://bugzilla.gnome.org/show_bug.cgi?id=614199).
>
>  llandwerlin> +++ b/package/libgail/Config.in
>  llandwerlin> @@ -0,0 +1,15 @@
>  llandwerlin> +config BR2_PACKAGE_LIBGAIL
>  llandwerlin> + bool "libgail"
>  llandwerlin> + select BR2_PACKAGE_GTK2
>  llandwerlin> + help
>  llandwerlin> +   GAIL provides accessibility support for gtk+ and
>  llandwerlin> +          libgnomecanvas by implementing AtkObjects for widgets in
>  llandwerlin> +          gtk+ and libgnomecanvas. The GAIL library is a GTK+ module.
>  llandwerlin> +          For example, if the module is loaded in a program which
>  llandwerlin> +          calls gtk_widget_get_accessible() for a GtkEntry an instance
>  llandwerlin> +          of GailEntry is returned. This module is normally used with
>  llandwerlin> +          the atk-bridge GTK+ module from at-spi to allow an assistive
>  llandwerlin> +          technology, e.g a screenreader, to query or drive the
>  llandwerlin> +          program.
>
> Indentation wrong from line 2 of help text.
>
>  llandwerlin> +
>  llandwerlin> +ifneq ($(BR2_PACKAGE_XLIB_LIBX11),y)
>  llandwerlin> +LIBGAIL_CONF_OPT += --disable-x
>  llandwerlin> +endif
>  llandwerlin> +
>  llandwerlin> +LIBGAIL_DEPENDENCIES = libgtk2 pango
>
> No host-pkg-config?
>
>  llandwerlin> +HOST_LIBGAIL_DEPENDENCIES = host-pkg-config
>
> No libgtk2 / pango?
>

Oops... Will fix, thx


More information about the buildroot mailing list