ports/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile
Yuri Victorovich 0d98717c65 emulators/higan: Update to 106
Changelogs are on the main page:
https://byuu.org/

Additional port changes:
* Added CATEGORIES=games because Nintendo is a game console
* Removed the unnecessary USE_LDCONFIG
* Update of values related to the XV port option
* Minor patch update

PR:		225242
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-10 22:26:35 +00:00

15 lines
516 B
Text

--- higan/target-tomoko/GNUmakefile.orig 2017-09-23 21:35:23 UTC
+++ higan/target-tomoko/GNUmakefile
@@ -30,9 +30,9 @@ else ifeq ($(platform),linux)
ruby += audio.oss audio.alsa audio.openal audio.pulseaudio audio.pulseaudiosimple audio.ao
ruby += input.sdl input.xlib input.udev
else ifeq ($(platform),bsd)
- ruby += video.glx video.xvideo video.xshm video.sdl
- ruby += audio.oss audio.openal
- ruby += input.sdl input.xlib
+ ruby += %%VIDEO%%
+ ruby += %%AUDIO%%
+ ruby += %%INPUT%%
endif
# ruby