Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579310 - media-libs/cogl: make X support optional and misc dependency fixes
Summary: media-libs/cogl: make X support optional and misc dependency fixes
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-3.36 gnome-3.22
  Show dependency tree
 
Reported: 2016-04-08 09:13 UTC by dolphinling
Modified: 2020-08-23 16:31 UTC (History)
0 users

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


Attachments
cogl-1.22.0-r2.ebuild (cogl-1.22.0-r2.ebuild,4.11 KB, text/plain)
2016-04-08 09:13 UTC, dolphinling
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dolphinling 2016-04-08 09:13:06 UTC
Created attachment 429878 [details]
cogl-1.22.0-r2.ebuild

Attempting to build media-libs/cogl on a system with wayland and without xorg-server or (most) X libraries, I noticed that the dependencies for cogl were a little off. I will attach an ebuild with the following changes:

* Add an "X" use flag
* Make some dependencies only required if the X use flag is set, to match configure
* Only pass --enable-xlib-egl-platform to configure if both X and gles2 use flags are set
* Make the opengl use flag depend on the X use flag (cogl also supports opengl with quartz or WGL, but our ebuild doesn't support those)
* Make the kms use flag depend on the egl use flag, to match what configure claims.

This builds and installs on a system without some of those X libraries, and clutter installs on top of it. I have not yet gotten to a point where I can attempt running it. I also have not tested the ebuild on a "normal" system that does have X.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2016-10-08 18:31:02 UTC
This has not been done yet because clutter & co needed extensive work and testing to get to properly support disabling X dependencies and have correct forward and reverse dependencies.

We do intend to fix this but it will probably enter the tree with Gnome 3.22. In the mean time, could you refresh your patch and attach it to this report as a unified patch ?