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")
|
removefiles("dirent_on_windows.c")
|
||||||
filter("platforms:Linux")
|
filter("platforms:Linux")
|
||||||
defines({
|
defines({
|
||||||
|
"VK_USE_PLATFORM_XCB_KHR",
|
||||||
[[SYSCONFDIR="\"/etc\""]],
|
[[SYSCONFDIR="\"/etc\""]],
|
||||||
[[FALLBACK_CONFIG_DIRS="\"/etc/xdg\""]],
|
[[FALLBACK_CONFIG_DIRS="\"/etc/xdg\""]],
|
||||||
[[DATADIR="\"/usr/share\""]],
|
[[DATADIR="\"/usr/share\""]],
|
||||||
|
|
Loading…
Reference in New Issue