mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 02:30:44 +02:00
v108.9
* multi-monitor support * improved pause/frame advance support * added option to disable video dimming when idle
This commit is contained in:
@@ -13,7 +13,7 @@ ifeq ($(ruby),)
|
||||
ruby += input.sdl input.xlib input.udev
|
||||
else ifeq ($(platform),bsd)
|
||||
ruby += video.glx video.glx2 video.xvideo video.xshm
|
||||
ruby += audio.oss audio.openal
|
||||
ruby += audio.oss #audio.openal
|
||||
ruby += input.sdl input.xlib
|
||||
endif
|
||||
endif
|
||||
@@ -58,12 +58,12 @@ ifeq ($(platform),macos)
|
||||
endif
|
||||
|
||||
ifeq ($(platform),linux)
|
||||
ruby.options += -lX11 -lXext
|
||||
ruby.options += -lX11 -lXext -lXrandr
|
||||
ruby.options += $(if $(findstring audio.openal,$(ruby)),-lopenal)
|
||||
endif
|
||||
|
||||
ifeq ($(platform),bsd)
|
||||
ruby.options += -lX11 -lXext
|
||||
ruby.options += -lX11 -lXext -lXrandr
|
||||
ruby.options += $(if $(findstring audio.openal,$(ruby)),-lopenal)
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user