Enable all drivers under Debian
This commit is contained in:
parent
24881bd32d
commit
d18cae4f06
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -16,8 +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-serial-autoprobe
|
||||
dh_auto_configure -- --enable-debug --with-drivers=all --enable-serial-autoprobe
|
||||
|
||||
%:
|
||||
dh --with autoreconf $@
|
||||
|
|
Loading…
Reference in a new issue