dri: Require libudev-dev for building DRI on Linux.
authorEric Anholt <eric@anholt.net>
Thu, 30 Jan 2014 18:19:44 +0000 (10:19 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 4 Mar 2014 22:32:52 +0000 (14:32 -0800)
commitb959fd9674938e127a34d42d34b903e3a9ae7ad9
treebc2b1d9fd045745d2891236a36b29bbb4feea5d7
parent262e15fdd401d72045c37a7877efdec1038edec8
dri: Require libudev-dev for building DRI on Linux.

The loader infrastructure for everything but DRI2 requires that udev be
present, so we can figure out an appropriate driver from the fd.  We don't
have a portable solution yet, but presumably it will have similar lookup
based on the device node.

It will also be even more required for krh's udev-based hwdb support,
which lets us have a loader that actually loads DRI drivers not included
in the loader's source distribution.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75212
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac