Enlightenment CVS committal

Author  : monkeyiq
Project : misc
Module  : feh

Dir     : misc/feh


Modified Files:
        configure.ac 


Log Message:
Initial optional support for 6 degrees of freedom controllers
using libsixdof. Currently only slideshow speed can be effected.

===================================================================
RCS file: /cvs/e/misc/feh/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- configure.ac        27 Sep 2005 23:46:22 -0000      1.18
+++ configure.ac        22 Apr 2008 13:21:36 -0000      1.19
@@ -51,6 +51,17 @@
 
 echo "checking for pr0n.... found"
 
+PKG_CHECK_MODULES( SIXDOF, sixdofc >= 0.0.1, 
+[
+       have_sixdof=yes
+       AC_DEFINE(HAVE_SIXDOF)
+       echo "building support for 6 degree-of-freedom devices..."
+],
+[
+       echo "not building support for 6 degree-of-freedom devices..."
+])
+AM_CONDITIONAL(HAVE_SIXDOF, test x"$have_sixdof" = xyes)
+
 AC_OUTPUT(Makefile \
 feh.spec \
 cam/Makefile \



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to