On Sat, Dec 19, 2009 at 10:37 AM, Matthew W. S. Bell
<matt...@bells23.org.uk> wrote:
> Hi,
> This one stop static builds from failing by default.
>
> Matthew W.S. Bell
>
>
> From edab4c01521e8b35c8b84ab86dd146874c3839b2 Mon Sep 17 00:00:00 2001
>
> ---
>  configure.ac |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 6fa0a60..e4ec6a5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -885,7 +885,12 @@ AC_ARG_ENABLE([egl],
>         [disable EGL library @<:@default=enabled@:>@])],
>     [enable_egl="$enableval"],
>     [enable_egl=yes])
> +if test "$enable_egl" = yes && test "$enable_static" = yes; then
> +    enable_egl=no
> +    AC_MSG_RESULT([no, compiling static libraries])
> +fi
>  if test "x$enable_egl" = xyes; then
> +
>     SRC_DIRS="$SRC_DIRS egl"
>
>     if test "$x11_pkgconfig" = yes; then

This seems fine (except for the gratuitous newline introduced), but I
think someone submitted a patch the other day that makes the egl build
work static. Can you show where the build fails without this patch?

--
Dan

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to