pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/retroarch
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 8 23:40:42 UTC 2020
Modified Files:
pkgsrc/emulators/retroarch: Makefile options.mk
Log Message:
retroarch: Disable for wayland until further work is done
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/emulators/retroarch/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/retroarch/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/retroarch/Makefile
diff -u pkgsrc/emulators/retroarch/Makefile:1.27 pkgsrc/emulators/retroarch/Makefile:1.28
--- pkgsrc/emulators/retroarch/Makefile:1.27 Wed Sep 18 14:17:10 2019
+++ pkgsrc/emulators/retroarch/Makefile Wed Jan 8 23:40:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/09/18 14:17:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/08 23:40:42 nia Exp $
PKGNAME= retroarch-${RETROARCH_VERSION}
DISTNAME= RetroArch-${RETROARCH_VERSION}
@@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --disable-builtinminiup
CONFIGURE_ARGS+= --disable-builtinzlib
CONFIGURE_ARGS+= --disable-builtinflac
CONFIGURE_ARGS+= --disable-discord
+CONFIGURE_ARGS+= --disable-wayland
# necessity for loading cores, might as well fail early without it
CONFIGURE_ARGS+= --enable-dylib
Index: pkgsrc/emulators/retroarch/options.mk
diff -u pkgsrc/emulators/retroarch/options.mk:1.12 pkgsrc/emulators/retroarch/options.mk:1.13
--- pkgsrc/emulators/retroarch/options.mk:1.12 Fri May 31 18:11:51 2019
+++ pkgsrc/emulators/retroarch/options.mk Wed Jan 8 23:40:42 2020
@@ -1,6 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/05/31 18:11:51 maya Exp $
-
-.include "../../mk/bsd.fast.prefs.mk"
+# $NetBSD: options.mk,v 1.13 2020/01/08 23:40:42 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
@@ -8,6 +6,8 @@ PKG_SUPPORTED_OPTIONS+= libdrm sdl2 six
PKG_SUPPORTED_OPTIONS+= ffmpeg freetype mbedtls
PKG_SUPPORTED_OPTIONS+= alsa jack openal pulseaudio
+.include "../../mk/bsd.fast.prefs.mk"
+
.if ${OPSYS} == "Linux"
PKG_SUPPORTED_OPTIONS+= udev
.endif
Home |
Main Index |
Thread Index |
Old Index