Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490498 - x11-libs/cairo - Rename opengl flag to egl
Summary: x11-libs/cairo - Rename opengl flag to egl
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 20:18 UTC by C. Wijtmans
Modified: 2013-11-10 23:05 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description C. Wijtmans 2013-11-05 20:18:49 UTC
-(opengl ? media-libs/mesa[egl])
+(egl ? media-libs/mesa[egl])
Comment 1 Matt Turner gentoo-dev 2013-11-09 05:18:16 UTC
Why is this the right thing to do?
Comment 2 C. Wijtmans 2013-11-09 13:14:04 UTC
because it depends on a EGL library not opengl. whether EGL uses opengl or not is besides the point. I have opengl as a global flag and my system does not use mesa(or egl). Besides that there will be nvidia EGL libraries out soon so it should depend on a virtual/egl package not mesa[egl] but lets wait to see if nvidia will fully support egl first(its only 32bit as of now).
Comment 3 Matt Turner gentoo-dev 2013-11-09 17:00:45 UTC
It depends on both. I think you're somewhat confused.

Take a look at cairo's configure.ac.
Comment 4 C. Wijtmans 2013-11-10 11:38:35 UTC
not confused.  Thanks for confirming.