mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
CONFIGURE: Disable SEQ MIDI on OpenBSD
OpenBSD removed its /dev/sequencer support in 2013, and uses the sndio API instead.
This commit is contained in:
parent
3f66ed9872
commit
81e43764a0
7
configure
vendored
7
configure
vendored
@ -2898,7 +2898,7 @@ EOF
|
||||
_optimization_level=-O2
|
||||
fi
|
||||
;;
|
||||
freebsd* | openbsd*)
|
||||
freebsd*)
|
||||
append_var LDFLAGS "-L/usr/local/lib"
|
||||
append_var CXXFLAGS "-I/usr/local/include"
|
||||
;;
|
||||
@ -2994,6 +2994,11 @@ EOF
|
||||
_detection_features_full=no
|
||||
_nuked_opl=no
|
||||
;;
|
||||
openbsd*)
|
||||
append_var LDFLAGS "-L/usr/local/lib"
|
||||
append_var CXXFLAGS "-I/usr/local/include"
|
||||
_seq_midi=no
|
||||
;;
|
||||
ps3)
|
||||
# Force use of SDL and freetype from the ps3 toolchain
|
||||
_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user