diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-23 15:11:50 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-23 15:12:09 -0700 |
commit | 7ee5b9814a6609890341c7d85cfc35089670f462 (patch) | |
tree | 7e0f001d91cbb81a692f7a5ab2d0a14feb04e987 /media-libs/mesa | |
parent | dev-libs/pigpio: initial pull request (v67) (diff) | |
download | gentoo-7ee5b9814a6609890341c7d85cfc35089670f462.tar.gz gentoo-7ee5b9814a6609890341c7d85cfc35089670f462.tar.bz2 gentoo-7ee5b9814a6609890341c7d85cfc35089670f462.zip |
media-libs/mesa: Depend on libdrm-2.4.89 in 17.3.7
Commit 56a9c6541e96 ("radeonsi: Export signalled sync file instead of
-1.") on the 17.3 branch bumped the required libdrm.
Bug: https://bugs.gentoo.org/651144
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-17.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-17.3.7.ebuild b/media-libs/mesa/mesa-17.3.7.ebuild index b0b6cdc11380..71590c387fcc 100644 --- a/media-libs/mesa/mesa-17.3.7.ebuild +++ b/media-libs/mesa/mesa-17.3.7.ebuild @@ -75,7 +75,7 @@ REQUIRED_USE=" video_cards_vmware? ( gallium ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.85" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.89" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg RDEPEND=" |