debian/rules: Also build the virtual drivers, as they're useful for testing

Mostly it allows testing fprintd fully.
This commit is contained in:
Marco Trevisan (Treviño)
2020-11-25 20:57:46 +01:00
parent aff0fe6553
commit 71676bd2e8
+2 -1
View File
@@ -3,7 +3,8 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL = 2 export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
# Configuration arguments # Configuration arguments
CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d -Dgtk-examples=false CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d -Dgtk-examples=false \
-Ddrivers=all
%: %:
dh $@ --with gir dh $@ --with gir