Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2023 13:29:15 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a624f57cbf1 - main - emulators/ppsspp: drop redundant CMAKE_ARGS after 0a420a765eba
Message-ID:  <202309251329.38PDTFM5094849@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a624f57cbf13a73ba0f1e1326047d752dedc2ed

commit 1a624f57cbf13a73ba0f1e1326047d752dedc2ed
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-25 13:05:51 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-25 13:28:25 +0000

    emulators/ppsspp: drop redundant CMAKE_ARGS after 0a420a765eba
    
    https://github.com/hrydgard/ppsspp/commit/cbab6770756f
---
 emulators/ppsspp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index c7500b09742a..2164d6c0579c 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -43,7 +43,7 @@ USES=		cmake compiler:c++11-lib gl localbase:ldflags pkgconfig shared-mime-info
 EXCLUDE=	libzip zlib
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
 USE_GL=		glew opengl
-CMAKE_ON=	${FFMPEG LIBZIP SNAPPY ZSTD:L:S/^/USE_SYSTEM_/} USE_WAYLAND_WSI USE_VULKAN_DISPLAY_KHR
+CMAKE_ON=	${FFMPEG LIBZIP SNAPPY ZSTD:L:S/^/USE_SYSTEM_/} USE_VULKAN_DISPLAY_KHR
 CMAKE_OFF=	USE_DISCORD
 LDFLAGS+=	-Wl,--as-needed # ICE/SM/X11/Xext, Qt5Network
 SUB_FILES=	pkg-message



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