[Title] Fix wrong opengl build options
authorsyeon.hwang <syeon.hwang@samsung.com>
Sat, 17 Mar 2012 13:56:30 +0000 (22:56 +0900)
committersyeon.hwang <syeon.hwang@samsung.com>
Sat, 17 Mar 2012 13:56:30 +0000 (22:56 +0900)
[Type]
[Module] Emulator/
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/Makefile.tizen

index e0e6c1e..c1ff963 100644 (file)
@@ -31,7 +31,7 @@ ifeq ($(TARGET_ARCH), i386)
 
 GL_CUR_PATH = $(SRC_PATH)/tizen/src/hw
 
-GL_CFLAGS += -I$(GL_CUR_PATH) -I$(SRC_PATH)/fpu -I$(SRC_PATH)/$(TARGET_DIRS) $(CFLAGS)
+GL_CFLAGS += -I$(GL_CUR_PATH) -I$(SRC_PATH)/fpu -I$(SRC_PATH)/$(TARGET_DIRS) $(QEMU_CFLAGS) $(CFLAGS)
 
 parse_gl_h: parse_gl_h.c
        $(CC) -g -o $@ $<