OSDN Git Service

configure: libdrm is a single package
authorIlia Mirkin <imirkin@alum.mit.edu>
Thu, 2 Feb 2017 02:29:12 +0000 (21:29 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 3 Feb 2017 01:36:09 +0000 (20:36 -0500)
commit2b4eaabff01a3a8ea0c4742ac481492092c1ab4f
treeb51dc64e10d7044f4d5cc8d754c1c22bbaddd6dd
parent7d3f9ed71c71637a91ecf15f50dbe7578a65d57e
configure: libdrm is a single package

The intent of the libdrm_$driver version limits has always been to not
burden the "other" drivers with updating their libdrm unless really
necessary. Unfortunately the configure script erroneously only checked
the driver-specific bit and not the generic bit of libdrm as well. Fix
this.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Chad Versace <chadversary@chromium.org>
Reviewed-by: Dave Airlie <airlied@redhat.com>
configure.ac