aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoelle van Dyne <j@getutm.app>2021-01-25 17:24:52 -0800
committerPeter Maydell <peter.maydell@linaro.org>2021-01-28 12:22:16 +0000
commit35e720ec0c852012463b130f530572c1859b7784 (patch)
tree4e7d53438a41240b3a13deb504d5c82cf8cc93c8
parent99b3546f2096da21a5bc4a5c8cc6d39573932111 (diff)
darwin: remove redundant dependency declaration
Meson will find CoreFoundation, IOKit, and Cocoa as needed. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Joelle van Dyne <j@getutm.app> Message-id: 20210126012457.39046-7-j@getutm.app Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 14b72f4e41..31e2952118 100755
--- a/configure
+++ b/configure
@@ -780,7 +780,6 @@ Darwin)
fi
audio_drv_list="coreaudio try-sdl"
audio_possible_drivers="coreaudio sdl"
- QEMU_LDFLAGS="-framework CoreFoundation -framework IOKit $QEMU_LDFLAGS"
# Disable attempts to use ObjectiveC features in os/object.h since they
# won't work when we're compiling with gcc as a C compiler.
QEMU_CFLAGS="-DOS_OBJECT_USE_OBJC=0 $QEMU_CFLAGS"