[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (1ee3dff0de39f0cfbfa91d3643b47ba37215f692)



The branch, master has been updated
       via  1ee3dff0de39f0cfbfa91d3643b47ba37215f692 (commit)
      from  d9f4025a8c9adbbedcdef5aee4f5af3036b326a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 configure.ac |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit 1ee3dff0de39f0cfbfa91d3643b47ba37215f692
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Make --enable-gl default when building the GTK HID
    
    Lets get this feature some testing for now - we may decide to revert
    the default before the next release, depending on how things progress.

:100644 100644 2637495... 94c6779... M	configure.ac

=========
 Changes
=========

commit 1ee3dff0de39f0cfbfa91d3643b47ba37215f692
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Make --enable-gl default when building the GTK HID
    
    Lets get this feature some testing for now - we may decide to revert
    the default before the next release, depending on how things progress.

diff --git a/configure.ac b/configure.ac
index 2637495..94c6779 100644
--- a/configure.ac
+++ b/configure.ac
@@ -393,8 +393,12 @@ fi
 AC_MSG_CHECKING([for whether to use GL drawing])
 AC_ARG_ENABLE([gl],
 [  --enable-gl           Enable GL drawing (with GTK HID)],
-[],[enable_gl=no])
-
+[],[
+	case " $with_gui " in
+		*\ gtk\ *) enable_gl=yes;;
+		* ) enable_gl=no;;
+	esac
+])
 AC_MSG_RESULT([$enable_gl])
 AM_CONDITIONAL(USE_GL, test x$enable_gl = xyes)
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs