mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 15:41:16 +00:00
trivial: debian: update for --enable-synaptics
This commit is contained in:
parent
31f12579ff
commit
3ed043abb2
@ -22,9 +22,9 @@ override_dh_auto_configure:
|
||||
export UEFI="-Denable-uefi=false"; \
|
||||
fi; \
|
||||
if pkg-config --exists libsmbios_c; then \
|
||||
export DELL="-Denable-dell=true"; \
|
||||
export DELL="-Denable-dell=true -Denable-synaptics=true"; \
|
||||
else \
|
||||
export DELL="-Denable-dell=false"; \
|
||||
export DELL="-Denable-dell=false -Denable-synaptics=false"; \
|
||||
fi; \
|
||||
dh_auto_configure -- $$UEFI $$DELL -Denable-dummy=true --libexecdir=/usr/lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user