aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-10-12 15:40:17 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-10-12 16:26:42 -0700
commit955a99781dd7af82e7a55525a4e51ce5d0814021 (patch)
tree5415a55e8cf77ecd869e97883963e99a71de5a44 /Makefile.android
parent3cfc387ae5c0dfea3482771b27e84802c07d33f9 (diff)
downloadexternal_qemu-955a99781dd7af82e7a55525a4e51ce5d0814021.zip
external_qemu-955a99781dd7af82e7a55525a4e51ce5d0814021.tar.gz
external_qemu-955a99781dd7af82e7a55525a4e51ce5d0814021.tar.bz2
Implemented Mac camera emulation
Change-Id: I01609e8bfcdd8ee5ef876344d0a334ecd69a2b7a
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 6888173..e58f984 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -190,7 +190,7 @@ else
endif
ifeq ($(HOST_OS),darwin)
- QEMU_SYSTEM_LDLIBS += -Wl,-framework,Cocoa
+ QEMU_SYSTEM_LDLIBS += -Wl,-framework,Cocoa,-framework,QTKit,-framework,CoreVideo
endif
include $(LOCAL_PATH)/Makefile.common