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)
Tue, Oct 29, 9:15 PM
Unknown Object (File)
Mon, Oct 21, 9:49 AM
Unknown Object (File)
Sat, Oct 19, 1:50 PM
Unknown Object (File)
Sat, Oct 19, 1:48 PM
Unknown Object (File)
Sat, Oct 19, 1:45 PM
Unknown Object (File)
Oct 14 2024, 4:19 AM
Unknown Object (File)
Oct 4 2024, 11:59 PM
Unknown Object (File)
Sep 12 2024, 10:02 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