diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-11-03 13:01:20 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-11-03 13:12:13 +0100 |
commit | 0a8da8305a41b28ec2c5b7c0720d30ba80e3437a (patch) | |
tree | 5cc7787925086dbba9f760ef5403ea06a6bbdd5f /Makefile.am | |
parent | 5f34246c751504d505fbbe57d49148beea74edbe (diff) |
rules: load path_id on DRM devices
The path_id-builtin provides useful unique aliases for DRM devices. If we
want to configure DRM render-nodes for compositors, we want to avoid
storing the whole sys-path in configuration files. Hence, allow users to
store the short PATH_ID instead.
Load path_id-builtin unconditionally on DRM devices now to always provide
this alias.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e9b80bf116..b710236e5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2232,6 +2232,7 @@ dist_udevrules_DATA += \ rules/99-systemd.rules \ rules/42-usb-hid-pm.rules \ rules/50-udev-default.rules \ + rules/60-drm.rules \ rules/60-keyboard.rules \ rules/60-persistent-storage-tape.rules \ rules/60-persistent-serial.rules \ |