pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/retroarch retroarch: Disable for wayland unt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c1ad4b33002
branches: trunk
changeset: 347229:6c1ad4b33002
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jan 08 23:40:42 2020 +0000
description:
retroarch: Disable for wayland until further work is done
diffstat:
emulators/retroarch/Makefile | 3 ++-
emulators/retroarch/options.mk | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r c52744d6ec6a -r 6c1ad4b33002 emulators/retroarch/Makefile
--- a/emulators/retroarch/Makefile Wed Jan 08 22:34:49 2020 +0000
+++ b/emulators/retroarch/Makefile Wed Jan 08 23:40:42 2020 +0000
@@ -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-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
diff -r c52744d6ec6a -r 6c1ad4b33002 emulators/retroarch/options.mk
--- a/emulators/retroarch/options.mk Wed Jan 08 22:34:49 2020 +0000
+++ b/emulators/retroarch/options.mk Wed Jan 08 23:40:42 2020 +0000
@@ -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+= 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