retroarch: Disable for wayland until further work is done
This commit is contained in:
parent
d21ff22934
commit
8cba7de21b
2 changed files with 5 additions and 4 deletions
|
@ -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-builtinminiupnpc
|
|||
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
|
||||
|
|
|
@ -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 sixel qt5 x11 caca
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue