projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63250d8
)
configure.ac: require libdrm 2.4.66 for drmGetDevice
author
Marek Olšák
<marek.olsak@amd.com>
Mon, 14 Mar 2016 15:41:54 +0000
(16:41 +0100)
committer
Marek Olšák
<marek.olsak@amd.com>
Mon, 14 Mar 2016 15:42:41 +0000
(16:42 +0100)
since
737b6ed13e8f813987b5566004f0f45e9c55f1e8
src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c no longer compiles:
error: unknown type name ‘drmDevicePtr’
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 49be14709df900ee7a3c775852b00b72dac17e69..31703b58301041f448fce8db983b8c1e48b483b2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-68,7
+68,7
@@
OPENCL_VERSION=1
AC_SUBST([OPENCL_VERSION])
dnl Versions for external dependencies
-LIBDRM_REQUIRED=2.4.6
0
+LIBDRM_REQUIRED=2.4.6
6
LIBDRM_RADEON_REQUIRED=2.4.56
LIBDRM_AMDGPU_REQUIRED=2.4.63
LIBDRM_INTEL_REQUIRED=2.4.61