projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602bb3c
)
[Title] Fix wrong opengl build options
author
syeon.hwang
<syeon.hwang@samsung.com>
Sat, 17 Mar 2012 13:56:30 +0000
(22:56 +0900)
committer
syeon.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
patch
|
blob
|
history
diff --git
a/tizen/src/Makefile.tizen
b/tizen/src/Makefile.tizen
index e0e6c1e5680a1fd5641596f74827d0bf99e77d8f..c1ff96344b68c2467e1de320eb079ccc28807146 100644
(file)
--- a/
tizen/src/Makefile.tizen
+++ b/
tizen/src/Makefile.tizen
@@
-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 $@ $<