disable epsonds if no libjpeg

merge-requests/1/head
m. allan noah 2015-08-31 21:18:30 -04:00
rodzic 7566619e53
commit a158339c57
2 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -604,6 +604,13 @@ for be in ${BACKENDS}; do
fi
;;
epsonds)
if test "${sane_cv_use_libjpeg}" != "yes"; then
echo "*** $be backend requires JPEG library - $DISABLE_MSG"
backend_supported="no"
fi
;;
gphoto2)
if test "${HAVE_GPHOTO2}" != "true" \
-o "${sane_cv_use_libjpeg}" != "yes"; then

14
configure vendored
Wyświetl plik

@ -18054,6 +18054,13 @@ for be in ${BACKENDS}; do
fi
;;
epsonds)
if test "${sane_cv_use_libjpeg}" != "yes"; then
echo "*** $be backend requires JPEG library - $DISABLE_MSG"
backend_supported="no"
fi
;;
gphoto2)
if test "${HAVE_GPHOTO2}" != "true" \
-o "${sane_cv_use_libjpeg}" != "yes"; then
@ -18221,6 +18228,13 @@ for be in ${BACKENDS}; do
fi
;;
epsonds)
if test "${sane_cv_use_libjpeg}" != "yes"; then
echo "*** $be backend requires JPEG library - $DISABLE_MSG"
backend_supported="no"
fi
;;
gphoto2)
if test "${HAVE_GPHOTO2}" != "true" \
-o "${sane_cv_use_libjpeg}" != "yes"; then