Enable XCB in Vulkan loader on Linux
This commit is contained in:
parent
570e359caa
commit
6bf05d6e63
|
@ -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 New Issue