Re: libdrm

David Brownlee <[email protected]> Mon, 1 Jul 2024 14:51:36 +0100
Newsgroups gmane.os.netbsd.devel.x11
Message-ID <CAGN_6pYJywTBOL=v-r3r0RPdT9egK3zH0U0Hi2bk405f-fTN3A@mail.gmail.com>
Absent a much better way to deal with this (See Mouse's reply), we
should at least have a well defined way to pick "a" best node, which
could then be overridden.

Maybe something as simple as pick the lexicographically highest
sorting filename from readdir

- will pick drm1 over drm0
- can be manually overridden with a drmX symlink

David