mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
build-sys: FlatCarbon is dead. Good riddance.
FlatCarbon was the flattened Carbon version used in Mac OS Classic (i.e., pre Mac OS X.) It was shipped as legacy software until 10.8, then dropped completely. Using CoreServices is good enough, manually including FlatCarbon headers only lead to build failures for users who had old versions of Xcode lingering around their machines. v2: don't accidentally drop the OS X semaphore implementation.
This commit is contained in:
parent
a8e0556120
commit
b282f3bb96
1 changed files with 0 additions and 2 deletions
|
|
@ -785,8 +785,6 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += \
|
|||
pulsecore/mutex-posix.c pulsecore/mutex.h \
|
||||
pulsecore/thread-posix.c pulsecore/thread.h \
|
||||
pulsecore/semaphore-osx.c pulsecore/semaphore.h
|
||||
libpulsecommon_@PA_MAJORMINOR@_la_CFLAGS += "-I/Developer/Headers/FlatCarbon/"
|
||||
#libpulsecommon_@PA_MAJORMINOR@_la_LDFLAGS += "-framework CoreServices"
|
||||
else !OS_IS_DARWIN
|
||||
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES += \
|
||||
pulsecore/mutex-posix.c pulsecore/mutex.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue