pkgsrc-WIP-changes archive

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

retroarch: Only allow using one OpenGL ES library



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue Jun 6 17:10:07 2017 +0100
Changeset:	6ed9a7cfe48b1ff278667d0344aa4e712548441e

Modified Files:
	retroarch/options.mk

Log Message:
retroarch: Only allow using one OpenGL ES library

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

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

diffstat:
 retroarch/options.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/retroarch/options.mk b/retroarch/options.mk
index 5e6268cd00..fa3ebeb4ca 100644
--- a/retroarch/options.mk
+++ b/retroarch/options.mk
@@ -7,15 +7,16 @@ PKG_SUPPORTED_OPTIONS+=	sdl2 alsa ffmpeg freetype libxml2
 PKG_SUGGESTED_OPTIONS+=	sdl2 ffmpeg freetype
 
 .if !empty(MACHINE_ARCH:M*arm*)
-PKG_SUPPORTED_OPTIONS+=	rpi
+PKG_OPTIONS_OPTIONAL_GROUPS+=	gles
+PKG_OPTIONS_GROUP.gles+=	rpi
 .endif
 
 .if !empty(MACHINE_PLATFORM:MLinux-*-arm*)
-PKG_SUPPORTED_OPTIONS+=	sunxi-mali-fb
+PKG_OPTIONS_GROUP.gles+=	sunxi-mali-fb
 .endif
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-arm*)
-PKG_SUGGESTED_OPTIONS+=	rpi
+PKG_SUGGESTED_OPTIONS+=		rpi
 .endif
 
 PKG_SUPPORTED_OPTIONS.Linux+=	udev


Home | Main Index | Thread Index | Old Index