mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 04:51:32 +00:00
qb: Clean up Darwin tests.
This commit is contained in:
parent
72d189da96
commit
7c6dc0c8a7
@ -34,7 +34,6 @@ fi
|
||||
|
||||
add_define_make DYLIB_LIB "$DYLIB"
|
||||
|
||||
[ "$OS" = 'Darwin' ] && HAVE_X11=no # X11 breaks on recent OSXes even if present.
|
||||
check_lib SYSTEMD -lsystemd sd_get_machine_names
|
||||
|
||||
if [ "$HAVE_VIDEOCORE" != "no" ]; then
|
||||
@ -191,7 +190,7 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then
|
||||
check_lib GETADDRINFO "$SOCKETLIB" getaddrinfo
|
||||
if [ "$HAVE_GETADDRINFO" != 'yes' ]; then
|
||||
HAVE_SOCKET_LEGACY=yes
|
||||
echo "Notice: RetroArch will use legacy socket support"
|
||||
echo "Notice: RetroArch will use legacy socket support"
|
||||
fi
|
||||
fi
|
||||
HAVE_NETWORK_CMD=yes
|
||||
@ -238,7 +237,14 @@ if [ "$OS" = 'Linux' ]; then
|
||||
fi
|
||||
|
||||
if [ "$OS" = 'Darwin' ]; then
|
||||
check_lib COREAUDIO "-framework AudioUnit" AudioUnitInitialize
|
||||
check_lib CORETEXT "-framework CoreText" CTFontCreateWithName
|
||||
check_lib COCOA "-framework AppKit" NSApplicationMain
|
||||
check_lib AVFOUNDATION "-framework AVFoundation"
|
||||
check_lib CORELOCATION "-framework CoreLocation"
|
||||
check_lib IOHIDMANAGER "-framework IOKit" IOHIDManagerCreate
|
||||
check_lib AL "-framework OpenAL" alcOpenDevice
|
||||
HAVE_X11=no # X11 breaks on recent OSXes even if present.
|
||||
HAVE_SDL=no
|
||||
else
|
||||
check_lib AL -lopenal alcOpenDevice
|
||||
@ -248,18 +254,6 @@ check_pkgconf RSOUND rsound 1.1
|
||||
check_pkgconf ROAR libroar
|
||||
check_pkgconf JACK jack 0.120.1
|
||||
check_pkgconf PULSE libpulse
|
||||
|
||||
if [ "$OS" = 'Darwin' ]; then
|
||||
check_lib COREAUDIO "-framework AudioUnit" AudioUnitInitialize
|
||||
|
||||
check_lib CORETEXT "-framework CoreText" CTFontCreateWithName
|
||||
|
||||
check_lib COCOA "-framework AppKit" NSApplicationMain
|
||||
check_lib AVFOUNDATION "-framework AVFoundation"
|
||||
check_lib CORELOCATION "-framework CoreLocation"
|
||||
check_lib IOHIDMANAGER "-framework IOKit" IOHIDManagerCreate
|
||||
fi
|
||||
|
||||
check_pkgconf SDL sdl 1.2.10
|
||||
check_pkgconf SDL2 sdl2 2.0.0
|
||||
|
||||
@ -491,7 +485,6 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
check_macro NEON __ARM_NEON__
|
||||
|
||||
add_define_make OS "$OS"
|
||||
|
Loading…
Reference in New Issue
Block a user