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

Bug 692168

Summary: x11-base/xorg-server: Add support for media-libs/libglvnd
Product: Gentoo Linux Reporter: Maik <hhfeuer>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: enhancement CC: alexander, flyser42, josef64
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=606924
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 692206    
Attachments: ebuild with support for USE=libglvnd
patch against xorg-server-1.20.5.ebuild

Description Maik 2019-08-14 21:04:55 UTC
Created attachment 586798 [details]
ebuild with support for USE=libglvnd

While the mesa ebuild has (masked) support for libglvnd, the xorg-server ebuild is still a blocker due to static dependency on eselect-opengl. Attaching an ebuild which uses the libglvnd use flag to lift it.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2019-08-14 23:45:51 UTC
Please attach patch for ebuild, not full ebuild, and with "Signed-off-by".
Comment 2 Maik 2019-08-15 08:53:22 UTC
Created attachment 586810 [details, diff]
patch against xorg-server-1.20.5.ebuild
Comment 3 Matt Turner gentoo-dev 2019-09-18 19:56:32 UTC
In the future, please make git formatted patches. Also remember to always keep the 9999 ebuild in sync.
Comment 4 Larry the Git Cow gentoo-dev 2019-09-18 20:05:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596dff7bf9f1ffb504daba2d87076d62feb90908

commit 596dff7bf9f1ffb504daba2d87076d62feb90908
Author:     Maik Freudenberg <hhfeuer@gmx.de>
AuthorDate: 2019-09-18 19:53:03 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2019-09-18 20:05:02 +0000

    x11-base/xorg-server: Add libglvnd support
    
    Closes: https://bugs.gentoo.org/692168
    Signed-off-by: Maik Freudenberg <hhfeuer@gmx.de>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.5.ebuild | 12 +++++++++---
 x11-base/xorg-server/xorg-server-9999.ebuild   | 12 +++++++++---
 2 files changed, 18 insertions(+), 6 deletions(-)