diff mbox series

[PULL,12/46] darwin: remove redundant dependency declaration

Message ID 20210129110012.8660-13-peter.maydell@linaro.org
State Accepted
Commit 452cfb1684c3bf60f2a39293dd355f2c8d5d0aa9
Headers show
Series target-arm queue | expand

Commit Message

Peter Maydell Jan. 29, 2021, 10:59 a.m. UTC
From: Joelle van Dyne <j@getutm.app>


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>

---
 configure | 1 -
 1 file changed, 1 deletion(-)

-- 
2.20.1
diff mbox series

Patch

diff --git a/configure b/configure
index 997d83a2ad5..cd44b21149e 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"