From 1601a14c2d78a1a33b985a77f07bf631c02faecb Mon Sep 17 00:00:00 2001 From: GiWoong Kim Date: Mon, 27 Oct 2014 17:37:26 +0900 Subject: [PATCH] vigs: support MacOS build Change-Id: Ib3566122b4a09ebc97d78b47d950db191f435822 Signed-off-by: GiWoong Kim --- hw/vigs/Makefile.objs | 1 + tizen/src/util/Makefile.objs | 4 ++++ 2 files changed, 5 insertions(+) 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 -- 2.34.1