From 955a99781dd7af82e7a55525a4e51ce5d0814021 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Wed, 12 Oct 2011 15:40:17 -0700 Subject: Implemented Mac camera emulation Change-Id: I01609e8bfcdd8ee5ef876344d0a334ecd69a2b7a --- Makefile.android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.android') 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 -- cgit v1.1