Update of /cvsroot/playerstage/code/stage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1853
Modified Files:
Tag: opengl
configure.ac
Log Message:
cleaned up config file
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/stage/configure.ac,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -d -r1.13.2.1 -r1.13.2.2
*** configure.ac 14 Sep 2006 07:11:55 -0000 1.13.2.1
--- configure.ac 14 Sep 2006 07:20:28 -0000 1.13.2.2
***************
*** 48,51 ****
--- 48,53 ----
fi
+ dnl ==== PLAYER ====
+
dnl add prefix to the pkg-config path in case things were installed there
dnl and the user didn't add it manually
***************
*** 62,80 ****
AM_CONDITIONAL(HAVE_PLAYER, [test $have_player=yes])
- dnl check for glib
- dnl PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.4, ,
- dnl AC_MSG_ERROR([A suitable GLib was not found. GLib-2.4 or later is
required. ])
- dnl )
-
- PKG_CHECK_MODULES(GUI, gtkglext-1.0 >= 1.0, ,
- AC_MSG_ERROR([Required library GtkGLExt not found. Install it and try
again.])
- )
-
- dnl check for GTK - we need it for the GUI
- dnl PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4, ,
- dnl AC_MSG_WARN([A suitable GTK+ was not found. GTK+-2.4 or later is
required. ])
- dnl )
-
-
dnl for ptest, we need libplayerc
dnl PKG_CHECK_MODULES( PLAYERC, playerc >= 2.0,
--- 64,67 ----
***************
*** 83,86 ****
--- 70,81 ----
dnl )
+ dnl ==== GUI/GRAPHICS ====
+
+ dnl gtkglext brings in all dependencies on GTK, glib, etc. Almost too easy!
+ PKG_CHECK_MODULES(GUI, gtkglext-1.0 >= 1.0, ,
+ AC_MSG_ERROR([Required library GtkGLExt not found. Install it and try
again.])
+ )
+
+ dnl TODO - use Reed Hedges' MobileSim patch to improve on this
dnl where's the X11 color database?
AC_CHECK_FILE([/usr/X11R6/lib/X11/rgb.txt],
***************
*** 93,96 ****
--- 88,93 ----
AC_DEFINE_UNQUOTED(COLOR_DATABASE,$CDB,[the X11-style color database])
+ dnl ==== FINISH UP =====
+
AC_OUTPUT(Makefile
src/Makefile
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit