mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Enable XCB in Vulkan loader on Linux
This commit is contained in:
parent
570e359caa
commit
6bf05d6e63
1
third_party/vulkan/loader/premake5.lua
vendored
1
third_party/vulkan/loader/premake5.lua
vendored
|
|
@ -30,6 +30,7 @@ project("vulkan-loader")
|
|||
removefiles("dirent_on_windows.c")
|
||||
filter("platforms:Linux")
|
||||
defines({
|
||||
"VK_USE_PLATFORM_XCB_KHR",
|
||||
[[SYSCONFDIR="\"/etc\""]],
|
||||
[[FALLBACK_CONFIG_DIRS="\"/etc/xdg\""]],
|
||||
[[DATADIR="\"/usr/share\""]],
|
||||
|
|
|
|||
Loading…
Reference in a new issue