Page MenuHomeFreeBSD

vkquake: Fix build when having no X11 deps
ClosedPublic

Authored by manu on Jun 11 2020, 1:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 3, 9:42 AM
Unknown Object (File)
Fri, Mar 28, 7:54 AM
Unknown Object (File)
Tue, Mar 18, 4:33 PM
Unknown Object (File)
Feb 27 2025, 1:10 AM
Unknown Object (File)
Feb 24 2025, 1:43 AM
Unknown Object (File)
Feb 22 2025, 8:43 PM
Unknown Object (File)
Feb 22 2025, 4:03 AM
Unknown Object (File)
Feb 21 2025, 4:32 PM
Subscribers

Details

Summary

When building with no X11 in all the ports vkquake can't find the vulkan_core.h
header. This is because no dependency add /usr/local/include to the CFLAGS.
Fix this by adding setting VULKAN_SDK to ${LOCALBASE}, the Makefile in the Quake
directory will add the proper CFLAGS.

Test Plan

poudriere testport with :
devel_sdl20_UNSET= VIDEO_X11
devel_vulkan-tools_UNSET= XCB XLIB
graphics_mesa-dri_UNSET= PLATFORM_X11
x11-wm_sway_UNSET= X11
x11-toolkits_wlroots_UNSET= X11

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable