pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/retroarch emulators/retroarch: The sunxi opt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8abffb62b1b9
branches:  trunk
changeset: 311316:8abffb62b1b9
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Aug 07 16:48:24 2018 +0000

description:
emulators/retroarch: The sunxi options aren't supported yet.

diffstat:

 emulators/retroarch/options.mk |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (33 lines):

diff -r 5bcea3e53d1f -r 8abffb62b1b9 emulators/retroarch/options.mk
--- a/emulators/retroarch/options.mk    Tue Aug 07 16:46:43 2018 +0000
+++ b/emulators/retroarch/options.mk    Tue Aug 07 16:48:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2018/08/07 16:44:26 nia Exp $
+# $NetBSD: options.mk,v 1.3 2018/08/07 16:48:24 nia Exp $
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -27,12 +27,6 @@
 .  endif
 .endif
 
-.if !empty(MACHINE_PLATFORM:MLinux-*-*armv7*)
-PKG_OPTIONS_GROUP.gl+=         sunxi-mali-fb
-PKG_SUPPORTED_OPTIONS+=                sunxi-g2d
-PKG_SUGGESTED_OPTIONS+=                sunxi-g2d
-.endif
-
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-arm*)
 PKG_SUGGESTED_OPTIONS+=                rpi
 .else
@@ -98,10 +92,6 @@
 DEPENDS+=      libretro-glsl-shaders>0:../../emulators/libretro-glsl-shaders
 .endif
 
-.if !empty(PKG_OPTIONS:Msunxi-g2d)
-CONFIGURE_ARGS+=       --enable-sunxi
-.endif
-
 .if !empty(PKG_OPTIONS:Mudev)
 # To support keyboard callback interface in udev, the libxkbcommon package
 # (version 0.3 and up) is required. It is used to translate raw evdev events



Home | Main Index | Thread Index | Old Index