We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09469ce commit fcc6eb3Copy full SHA for fcc6eb3
pkg/debian/debian/libwacom-surface.install
@@ -7,4 +7,4 @@ usr/lib/*/pkgconfig/libwacom.pc
7
usr/lib/udev/rules.d/65-libwacom.rules
8
usr/lib/udev/hwdb.d/65-libwacom.hwdb
9
usr/share/libwacom
10
-usr/share/man/man1/libwacom-list-local-devices.1.gz
+usr/share/man/man1/libwacom-list-local-devices.1
pkg/debian/debian/rules
@@ -12,7 +12,7 @@ override_dh_makeshlibs:
12
dh_makeshlibs -V -- -c4
13
14
override_dh_auto_configure:
15
- dh_auto_configure -- CFLAGS="${CFLAGS} -std=gnu99"
+ dh_auto_configure -- CFLAGS="${CFLAGS} -std=gnu99" --with-udev-dir=/usr/lib/udev
16
17
%:
18
dh $@ --builddirectory=build/ --with autoreconf
0 commit comments