kopia lustrzana https://gitlab.com/sane-project/backends
Remove automagic dependency on v4l.
rodzic
dbbcb61f09
commit
0c6e905c62
15
configure.in
15
configure.in
|
@ -129,9 +129,15 @@ SANE_CHECK_LOCKING
|
||||||
SANE_CHECK_GPHOTO2
|
SANE_CHECK_GPHOTO2
|
||||||
|
|
||||||
|
|
||||||
PKG_CHECK_MODULES(LIBV4L, libv4l1, have_libv4l1=yes, have_libv4l1=no)
|
AC_ARG_WITH(v4l,
|
||||||
AC_SUBST(LIBV4L_LIBS)
|
AC_HELP_STRING([--with-v4l],
|
||||||
AC_SUBST(LIBV4L_CFLAGS)
|
[include the v4l backend @<:@default=yes@:>@]),
|
||||||
|
[# If --with-v4l=no or --without-v4l, disable backend
|
||||||
|
# as "$with_v4l" will be set to "no"])
|
||||||
|
|
||||||
|
if test "$with_v4l" != "no" ; then
|
||||||
|
PKG_CHECK_MODULES(LIBV4L, libv4l1, have_libv4l1=yes, have_libv4l1=no)
|
||||||
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(avahi,
|
AC_ARG_ENABLE(avahi,
|
||||||
AC_HELP_STRING([--enable-avahi], [enable Avahi support for saned and the net backend]),
|
AC_HELP_STRING([--enable-avahi], [enable Avahi support for saned and the net backend]),
|
||||||
|
@ -634,6 +640,9 @@ fi
|
||||||
|
|
||||||
SANE_CHECK_BACKENDS
|
SANE_CHECK_BACKENDS
|
||||||
|
|
||||||
|
AC_SUBST(LIBV4L_LIBS)
|
||||||
|
AC_SUBST(LIBV4L_CFLAGS)
|
||||||
|
|
||||||
if test "${sane_cv_use_libjpeg}" = "yes"; then
|
if test "${sane_cv_use_libjpeg}" = "yes"; then
|
||||||
SANEI_SANEI_JPEG_LO="../sanei/sanei_jpeg.lo"
|
SANEI_SANEI_JPEG_LO="../sanei/sanei_jpeg.lo"
|
||||||
fi
|
fi
|
||||||
|
|
Ładowanie…
Reference in New Issue