Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2018 23:18:35 +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: r479261 - head/emulators/ppsspp
Message-ID:  <201809082318.w88NIZ1V068304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep  8 23:18:34 2018
New Revision: 479261
URL: https://svnweb.freebsd.org/changeset/ports/479261

Log:
  emulators/ppsspp: propagate VULKAN exclusion from -qt5 slave after r479260

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

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Sat Sep  8 23:14:07 2018	(r479260)
+++ head/emulators/ppsspp/Makefile	Sat Sep  8 23:18:34 2018	(r479261)
@@ -57,7 +57,7 @@ OPTIONS_DEFAULT=VULKAN
 OPTIONS_SINGLE=	GUI
 OPTIONS_SINGLE_GUI=	QT5 SDL
 OPTIONS_SLAVE?=	LIBRETRO SDL
-OPTIONS_EXCLUDE:=	${OPTIONS_SINGLE_GUI}
+OPTIONS_EXCLUDE:=	${OPTIONS_EXCLUDE} ${OPTIONS_SINGLE_GUI}
 
 LIBRETRO_DESC=	libretro core for games/retroarch
 LIBRETRO_CMAKE_BOOL=	LIBRETRO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809082318.w88NIZ1V068304>