Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 599766 - media-libs/glfw: add USE=vulkan
Summary: media-libs/glfw: add USE=vulkan
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-15 10:10 UTC by Jan Ziak (atomsymbol)
Modified: 2021-10-30 02:20 UTC (History)
10 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 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.