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
This should probably be added to the eclass, once dri3proto and presentproto go stable.
(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.
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.