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

Bug 599766

Summary: media-libs/glfw: add USE=vulkan
Product: Gentoo Linux Reporter: Jan Ziak (atomsymbol) <0xe2.0x9a.0x9b>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED WONTFIX    
Severity: normal CC: 0xe2.0x9a.0x9b, dan, EoD, gentoo, ionen, jstein, kripton, mattst88, O01eg, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Ziak (atomsymbol) 2016-11-15 10:10:16 UTC
IUSE="... vulkan"
RDEPEND="... vulkan? ( media-libs/vulkan-loader )"

GLFW supports Vulkan since version 3.2
Comment 1 Ionen Wolkens gentoo-dev 2021-10-30 02:20:58 UTC
I don't think there's anything to do here. It doesn't need anything at build time (relies on glad/), and will be able to use vulkan if it's available at runtime (through dlopen).

Well, there's a build time option to link with static vulkan-loader but that's not something we want.

At best could add a `optfeature "vulkan support"` but it feels kind of far-fetched to advertise given consumers also need to support vulkan through glfw and will likely work without it (and users will likely have it installed already if they want vulkan).

Closing assuming I'm not overlooking anything.