diff options
author | Marek Olšák <[email protected]> | 2018-02-02 18:22:15 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-02-17 04:51:58 +0100 |
commit | 0977b7f7b3b6356500889f5a15348e0a3180e683 (patch) | |
tree | b6e1ac0e6cdb6cbc636486cb570c15167452ce32 /meson.build | |
parent | 16be55da94ea5e68edc1da8b354402d85306ab20 (diff) |
ac: query high bits of 32-bit address space
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a3d1b3d670b..6fc7ec7fc96 100644 --- a/meson.build +++ b/meson.build @@ -980,7 +980,7 @@ dep_libdrm_nouveau = [] dep_libdrm_etnaviv = [] dep_libdrm_freedreno = [] if with_amd_vk or with_gallium_radeonsi - dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.89') + dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.90') endif if (with_gallium_radeonsi or with_dri_r100 or with_dri_r200 or with_gallium_r300 or with_gallium_r600) |