kurikaesu / userspace-tablet-driver-daemon

Linux device drivers for non-wacom (XP-Pen, Huion, Gaomon) graphics tablets and pen displays
GNU General Public License v3.0
65 stars 16 forks source link

Make CMakeList obey UDEV_RULES_PATH env #52

Closed FXuZ closed 2 years ago

FXuZ commented 2 years ago

This is a quick patch to let cmake respect the UDEV_RULES_PATH environment variable. On some systems, e.g. my gentoo box, would like the udev rules to be installed into /lib/udev instead of /etc/udev/ so I made this a patch to open up an interface to package maintainers.

kurikaesu commented 2 years ago

Thanks for the contribution. Looks good to me!