mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: 4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer)
15 lines
453 B
Text
15 lines
453 B
Text
--- cube/CMakeLists.txt.orig 2019-06-10 22:07:04 UTC
|
|
+++ cube/CMakeLists.txt
|
|
@@ -50,10 +50,12 @@ if(UNIX AND NOT APPLE) # i.e. Linux
|
|
|
|
if(BUILD_WSI_XCB_SUPPORT)
|
|
find_package(XCB REQUIRED)
|
|
+ include_directories(SYSTEM ${XCB_INCLUDE_DIR})
|
|
endif()
|
|
|
|
if(BUILD_WSI_XLIB_SUPPORT)
|
|
find_package(X11 REQUIRED)
|
|
+ include_directories(SYSTEM ${X11_Xlib_INCLUDE_PATH})
|
|
endif()
|
|
|
|
if(BUILD_WSI_WAYLAND_SUPPORT)
|