Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498598 - x11-drivers/xf86-video-intel-2.99.907-r1 should depend on x11-proto/dri3proto x11-proto/presentproto
Summary: x11-drivers/xf86-video-intel-2.99.907-r1 should depend on x11-proto/dri3proto...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-01-19 17:36 UTC by ViliusSutkus89
Modified: 2014-06-15 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xf86-video-intel-2.99.907-r1.ebuild.patch (file_498598.txt,443 bytes, text/plain)
2014-01-19 17:36 UTC, ViliusSutkus89
Details

Note You need to log in before you can comment on or make changes to this bug.
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.