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

Bug 610932

Summary: games-roguelike/stone-soup[tiles] - missing dependency on media-libs/libsdl2[X]
Product: Gentoo Linux Reporter: fcool
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: jer
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Supposed fix

Description fcool 2017-02-25 22:31:01 UTC
Created attachment 465164 [details, diff]
Supposed fix

I installed stone-soup-0.16.2-r1 with USE=tiles but it failed to start.

$ crawl
Failed to initialise SDL: No available video device

I then remerged libsdl2 with USE="X" enabled and stone-soup works fine.

Reproducible: always with non-desktop profile

Attached: simple patch which should work