svn commit: r478829 - head/emulators/rpcs3

Jan Beich jbeich at FreeBSD.org
Sun Sep 2 23:14:28 UTC 2018


Author: jbeich
Date: Sun Sep  2 23:14:27 2018
New Revision: 478829
URL: https://svnweb.freebsd.org/changeset/ports/478829

Log:
  emulators/rpcs3: chase Vulkan SDK split
  
  Submitted by:	Greg V <greg at unrelenting.technology>

Modified:
  head/emulators/rpcs3/Makefile   (contents, props changed)

Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile	Sun Sep  2 22:54:51 2018	(r478828)
+++ head/emulators/rpcs3/Makefile	Sun Sep  2 23:14:27 2018	(r478829)
@@ -47,7 +47,7 @@ LDFLAGS+=	-Wl,--as-needed # GLU
 
 OPTIONS_DEFINE=	ALSA EVDEV GDB LLVM PULSEAUDIO VULKAN
 OPTIONS_DEFAULT=ALSA LLVM VULKAN
-.if !exists(${.CURDIR:H:H}/graphics/vulkan-sdk)
+.if !exists(${.CURDIR:H:H}/graphics/vulkan-loader)
 OPTIONS_EXCLUDE=VULKAN # XXX ports/222175
 .endif
 
@@ -69,7 +69,8 @@ PULSEAUDIO_LIB_DEPENDS=	libpulse-simple.so:audio/pulse
 PULSEAUDIO_CMAKE_BOOL=	USE_PULSE
 
 VULKAN_DESC=		Vulkan renderer
-VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-sdk
+VULKAN_BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers
+VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader
 VULKAN_CMAKE_BOOL=	USE_VULKAN
 
 post-patch:


More information about the svn-ports-all mailing list