summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-07-02 14:35:34 -0700
committerEric Anholt <eric@anholt.net>2016-07-20 16:15:15 -0700
commit16985eb308ea063025874eb1094269b9b3ed4656 (patch)
tree91f7dd92b90587be2f4293ca58a857f56b42953a /configure.ac
parent3d8c29ed328636ddeaf969fc22dc41107fa71644 (diff)
downloadexternal_mesa3d-16985eb308ea063025874eb1094269b9b3ed4656.zip
external_mesa3d-16985eb308ea063025874eb1094269b9b3ed4656.tar.gz
external_mesa3d-16985eb308ea063025874eb1094269b9b3ed4656.tar.bz2
vc4: Switch to using the libdrm-provided vc4_drm.h.
The required version is set to .69 for the getparam ioctl that will be used in the next commit.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6ea1f2c..3799d8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,7 @@ LIBDRM_INTEL_REQUIRED=2.4.61
LIBDRM_NVVIEUX_REQUIRED=2.4.66
LIBDRM_NOUVEAU_REQUIRED=2.4.66
LIBDRM_FREEDRENO_REQUIRED=2.4.67
+LIBDRM_VC4_REQUIRED=2.4.69
DRI2PROTO_REQUIRED=2.6
DRI3PROTO_REQUIRED=1.0
PRESENTPROTO_REQUIRED=1.0
@@ -2467,6 +2468,7 @@ if test -n "$with_gallium_drivers"; then
;;
xvc4)
HAVE_GALLIUM_VC4=yes
+ PKG_CHECK_MODULES([VC4], [libdrm_vc4 >= $LIBDRM_VC4_REQUIRED])
gallium_require_drm "vc4"
gallium_require_drm_loader