mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
debian/rules: Also build the virtual drivers, as they're useful for testing
Mostly it allows testing fprintd fully.
This commit is contained in:
Vendored
+2
-1
@@ -3,7 +3,8 @@
|
||||
export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user