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
--
1.6.5
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
