pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

jgenesis: only for Vulkan platforms



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Sep 22 11:03:55 2026 +0200
Changeset:	faf1853d333205875403e07284942939a6b6ab85

Modified Files:
	jgenesis/Makefile

Log Message:
jgenesis: only for Vulkan platforms

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=faf1853d333205875403e07284942939a6b6ab85

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 jgenesis/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/jgenesis/Makefile b/jgenesis/Makefile
index 5b17841a3e..712e4bba83 100644
--- a/jgenesis/Makefile
+++ b/jgenesis/Makefile
@@ -10,6 +10,10 @@ HOMEPAGE=	https://github.com/jsgroth/jgenesis/
 COMMENT=	Sega Genesis - Sega CD - SNES - Master System - Game Gear emulator
 LICENSE=	mit
 
+# jgenesis >= 0.12.0 only supports Vulkan, OpenGL support was rmoved from the code base.
+# Only works on platforms that have Vulkan loader.
+ONLY_FOR_PLATFORM=	Linux-*-* FreeBSD-*-*
+
 TOOL_DEPENDS+=	cmake-[0-9]*:../../devel/cmake
 DEPENDS+=	zenity-[0-9]*:../../x11/zenity
 


Home | Main Index | Thread Index | Old Index