Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 498598

Summary: x11-drivers/xf86-video-intel-2.99.907-r1 should depend on x11-proto/dri3proto x11-proto/presentproto
Product: Gentoo Linux Reporter: ViliusSutkus89
Component: [OLD] LibraryAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=513166
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: xf86-video-intel-2.99.907-r1.ebuild.patch

Description ViliusSutkus89 2014-01-19 17:36:45 UTC
Created attachment 368180 [details]
xf86-video-intel-2.99.907-r1.ebuild.patch

Steps to reproduce:
have working xorg
emerge --depclean --with-bdeps=n
emerge --oneshot =xf86-video-intel-2.99.907-r1

Result:
Failed to build (or ./configure ?)
Complains about missing:
  dri3proto
  presentproto
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-01-26 17:58:22 UTC
This should probably be added to the eclass, once dri3proto and presentproto go stable.
Comment 2 Matt Turner gentoo-dev 2014-01-26 18:56:15 UTC
(In reply to Chí-Thanh Christopher Nguyễn from comment #1)
> This should probably be added to the eclass, once dri3proto and presentproto
> go stable.

Should it? It'll be the only driver that depends on them. I mean, they're small so people shouldn't notice or care, but.
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-06-15 19:42:13 UTC
The package now depends on the dri3proto/presentproto. We will probably need an additional dependency on dri3 capable xorg-server (bug 513166).

If more packages start using dri3, we could add an XORG_DRI3 eclass variable, similar to XORG_DRI.