diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-07-19 14:37:54 +0200 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2017-07-19 16:26:49 +0200 |
commit | a9fad437f7ad1c1a8c0a694c2d8b4b6ad4d32098 (patch) | |
tree | 88361a7fbe091e68975f57a46d98c436ca3c987e /configure.ac | |
parent | b359957469008665018e3cf2d44af8cdead01b22 (diff) |
configure.ac: bump required etnaviv libdrm version to 2.4.82
The following changes need the modifier definitions for the Vivante tiled
formats, which are shipped with libdrm 2.4.82.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5803e0f6e..0443efdab7 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ LIBDRM_INTEL_REQUIRED=2.4.75 LIBDRM_NVVIEUX_REQUIRED=2.4.66 LIBDRM_NOUVEAU_REQUIRED=2.4.66 LIBDRM_FREEDRENO_REQUIRED=2.4.74 -LIBDRM_ETNAVIV_REQUIRED=2.4.80 +LIBDRM_ETNAVIV_REQUIRED=2.4.82 dnl Versions for external dependencies DRI2PROTO_REQUIRED=2.8 |