mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Build all the drivers by default
This commit is contained in:
@@ -11,7 +11,7 @@ endif
|
|||||||
|
|
||||||
DIST_SUBDIRS = libfprint doc examples
|
DIST_SUBDIRS = libfprint doc examples
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --with-drivers=upekts,upeke2,upeksonly,uru4000,vcom5s,aes2501,aes1610,aes4000,vfs101 --enable-examples-build --enable-x11-examples-build --with-udev-rules-dir='$${libdir}/udev/rules.d-distcheck'
|
DISTCHECK_CONFIGURE_FLAGS = --with-drivers=all --enable-examples-build --enable-x11-examples-build --with-udev-rules-dir='$${libdir}/udev/rules.d-distcheck'
|
||||||
|
|
||||||
pkgconfigdir=$(libdir)/pkgconfig
|
pkgconfigdir=$(libdir)/pkgconfig
|
||||||
pkgconfig_DATA=libfprint.pc
|
pkgconfig_DATA=libfprint.pc
|
||||||
|
|||||||
@@ -49,6 +49,10 @@ AC_ARG_WITH([drivers],[AS_HELP_STRING([--with-drivers],
|
|||||||
[drivers="$withval"],
|
[drivers="$withval"],
|
||||||
[drivers="$all_drivers"])
|
[drivers="$all_drivers"])
|
||||||
|
|
||||||
|
if test x$drivers = xall ; then
|
||||||
|
drivers=$all_drivers
|
||||||
|
fi
|
||||||
|
|
||||||
for driver in `echo ${drivers} | sed -e 's/,/ /g' -e 's/,$//g'`; do
|
for driver in `echo ${drivers} | sed -e 's/,/ /g' -e 's/,$//g'`; do
|
||||||
case ${driver} in
|
case ${driver} in
|
||||||
upekts)
|
upekts)
|
||||||
|
|||||||
Reference in New Issue
Block a user