From: GiWoong Kim Date: Mon, 27 Oct 2014 08:37:26 +0000 (+0900) Subject: vigs: support MacOS build X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1601a14c2d78a1a33b985a77f07bf631c02faecb;p=sdk%2Femulator%2Fqemu.git vigs: support MacOS build Change-Id: Ib3566122b4a09ebc97d78b47d950db191f435822 Signed-off-by: GiWoong Kim --- diff --git a/hw/vigs/Makefile.objs b/hw/vigs/Makefile.objs index 0a05538cf1..26dc7d7097 100644 --- a/hw/vigs/Makefile.objs +++ b/hw/vigs/Makefile.objs @@ -34,4 +34,5 @@ endif # GL CGL backend ifdef CONFIG_DARWIN obj-y += vigs_gl_backend_cgl.o +$(obj)/%.o: QEMU_CFLAGS += -I$(SRC_PATH)/hw/vigs/vigs_inc endif diff --git a/tizen/src/util/Makefile.objs b/tizen/src/util/Makefile.objs index 53b404d4ae..75eb2de3ab 100644 --- a/tizen/src/util/Makefile.objs +++ b/tizen/src/util/Makefile.objs @@ -2,6 +2,10 @@ ifdef CONFIG_WIN32 QEMU_CFLAGS += -I$(SRC_PATH)/hw/vigs/vigs_inc endif +ifdef CONFIG_DARWIN +QEMU_CFLAGS += -I$(SRC_PATH)/hw/vigs/vigs_inc +endif + # osutil LIBS += $(CURL_LIBS) obj-y += osutil.o