diff options
author | Emil Velikov <[email protected]> | 2016-12-01 19:48:43 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-15 11:37:39 +0000 |
commit | 2c72e78ff54fda078f423384a5d5269e4c59ed4f (patch) | |
tree | 0e1c19479e6eba473d0860ac3f36e106cac330e4 /configure.ac | |
parent | 0fd61fb639f7704c4faa8c7fd262af32b3a1a01b (diff) |
autoconf/scons: bump libdrm to 2.4.75
We'll be using the drmGetDevice[s]2 API in src/loader with next patch.
v2: Rebase.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]> (v1)
Reviewed-by: Eric Engestrom <[email protected]> (v1)
Tested-by: Mike Lothian <[email protected]>
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 1d81fcceaee..6b65ff831c5 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ AC_SUBST([OPENCL_VERSION]) # codifies which drivers need which version of libdrm. Any libdrm # version dependencies in non-driver-specific code should be reflected # in the first entry. -LIBDRM_REQUIRED=2.4.66 +LIBDRM_REQUIRED=2.4.75 LIBDRM_RADEON_REQUIRED=2.4.71 LIBDRM_AMDGPU_REQUIRED=2.4.63 LIBDRM_INTEL_REQUIRED=2.4.75 |