[Fingerforce-commits] [libfprint] 01/02: build: Document why some drivers are disabled

Didier Raboud odyx at moszumanska.debian.org
Sun Apr 12 09:54:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch master
in repository libfprint.

commit bb66780cb58daf33d55524a9b434e218a991507c
Author: Bastien Nocera <hadess at hadess.net>
Date:   Sun Mar 15 23:10:03 2015 +0100

    build: Document why some drivers are disabled
    
    This avoids confusion when looking at the build logs
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a9586aa..707f587 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,7 +309,7 @@ fi
 if test x$enable_upeke2 != xno ; then
 	AC_MSG_NOTICE([** upeke2 driver enabled])
 else
-	AC_MSG_NOTICE([   upeke2 driver disabled])
+	AC_MSG_NOTICE([   upeke2 driver disabled (handled by upektc_img driver)])
 fi
 if test x$enable_upektc != xno ; then
 	AC_MSG_NOTICE([** upektc driver enabled])
@@ -334,7 +334,7 @@ fi
 if test x$enable_fdu2000 != xno ; then
 	AC_MSG_NOTICE([** fdu2000 driver enabled])
 else
-	AC_MSG_NOTICE([   fdu2000 driver disabled])
+	AC_MSG_NOTICE([   fdu2000 driver disabled (not ported)])
 fi
 if test x$enable_aes1610 != xno ; then
 	AC_MSG_NOTICE([** aes1610 driver enabled])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/libfprint.git



More information about the Fingerforce-commits mailing list