current debian package can compile all drivers except acr122_pcsc (PCSC dependencies have already been removed from package)
This commit is contained in:
parent
9ea7a9ea27
commit
d6a1249469
1 changed files with 2 additions and 4 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -16,10 +16,8 @@ override_dh_installchangelogs:
|
|||
dh_installchangelogs ChangeLog
|
||||
|
||||
override_dh_auto_configure:
|
||||
# dh_auto_configure -- --enable-serial-autoprobe
|
||||
dh_auto_configure -- --enable-debug --with-drivers=all --enable-serial-autoprobe
|
||||
# dh_auto_configure -- --enable-debug --with-drivers=acr122_pcsc
|
||||
# dh_auto_configure -- --enable-debug --with-drivers=pn532_uart,pn53x_usb --enable-serial-autoprobe
|
||||
# dh_auto_configure -- --enable-debug --with-drivers=all --enable-serial-autoprobe
|
||||
dh_auto_configure -- --enable-debug --with-drivers=acr122_usb,acr122s,arygon,pn532_uart,pn53x_usb --enable-serial-autoprobe
|
||||
|
||||
%:
|
||||
dh --with autoreconf $@
|
||||
|
|
Loading…
Reference in a new issue