summaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
AgeCommit message (Collapse)Author
2022-04-01GN: Wayland include directoriesAntonio Caggiano
Wayland headers can be found in multiple directories. Use an array to specify those include directories.
2022-03-23GN: Wayland include directoriesAntonio Caggiano
Improve support for environments without wayland in their system include directories, by adding the vulkan_wayland_include_dir variable which can be defined in build_overrides.
2022-01-12GN: Support Wayland platformAntonio Caggiano
Following the approach taken with XCB, add support for Wayland based on user-defined variable.
2021-03-01Fix build after adding new headerYuly Novikov
Add new vulkan_screen.h header to BUILD.gn fixes #187
2019-12-27GN: Make PLATFORM_XCB optional, based on a user-defined variable.Ethan Lee
Not all Linux platforms will have X11 available (Wayland, GGP), so we have to declare a variable that checks use_x11 separately.
2019-11-06GN: Add support for Google Games Platform.Jamie Madill
This is conditional upon defining a variable 'is_ggp'. The variable is optional.
2019-11-06build: BUILD.gn missing defines for MacOSJonah Ryan-Davis
BUILD.gn does not define VK_USE_PLATFORM_METAL_EXT for MacOS
2019-04-23build: Add support for GN build systemMike Schuchardt