debian/rules: Manually set udev hwdb directory (was rules dir before)

This commit is contained in:
Marco Trevisan (Treviño)
2021-01-21 16:40:11 +01:00
parent eb21b898aa
commit 0978747035
+4 -2
View File
@@ -5,8 +5,10 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
BUILDDIR = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE) BUILDDIR = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)
# Configuration arguments # Configuration arguments
CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d -Dgtk-examples=false \ CONFIG_ARGS = \
-Ddrivers=all -Dudev_hwdb_dir=/lib/udev/hwdb.d \
-Ddrivers=all \
-Dgtk-examples=false
%: %:
dh $@ --with gir dh $@ --with gir