Date: Sun, 2 Sep 2018 23:14:27 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478829 - head/emulators/rpcs3 Message-ID: <201809022314.w82NERnh097975@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809022314.w82NERnh097975>