configure: corrected issue in Makefile.am and removed noinst build of umax_pp tool

Currently, there is no way to disable the build of the umax_pp low level
sources because the tool umax_pp is *always* built. Some platforms
cannot build the umax_pp low level code so this causes problems.
merge-requests/741/head
Ralph Little 2022-07-22 09:10:46 -07:00
rodzic 409c23a745
commit c0e966b21e
2 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -650,7 +650,7 @@ ALL_BACKENDS="abaton agfafocus apple artec artec_eplus48u as6e \
mustek_usb mustek_usb2 nec net niash pie pieusb pint \
pixma plustek plustek_pp qcam ricoh ricoh2 rts8891 s9036 \
sceptre sharp sm3600 sm3840 snapscan sp15c st400 \
stv680 tamarack teco1 teco2 teco3 test u12 umax
stv680 tamarack teco1 teco2 teco3 test u12 umax \
umax_pp umax1220u v4l xerox_mfp p5"
# If user specifies backends manually then cause configure

Wyświetl plik

@ -11,8 +11,6 @@ bin_PROGRAMS = sane-find-scanner gamma4scanimage
noinst_PROGRAMS = sane-desc
if INSTALL_UMAX_PP_TOOLS
bin_PROGRAMS += umax_pp
else
noinst_PROGRAMS += umax_pp
endif
if CROSS_COMPILING