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:
85d0637
)
build: fix DIBS build break on Mac
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 24 Jun 2014 05:06:29 +0000
(14:06 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 24 Jun 2014 05:06:29 +0000
(14:06 +0900)
Change-Id: Ibc3643975a0566b83247149d179bc877106a6e89
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/display/Makefile.objs
patch
|
blob
|
history
diff --git
a/tizen/src/display/Makefile.objs
b/tizen/src/display/Makefile.objs
index df03c5363367c429a50ea0e0f8618701c91f8082..22e749900441a726b78563e464c6330a150cfaea 100644
(file)
--- a/
tizen/src/display/Makefile.objs
+++ b/
tizen/src/display/Makefile.objs
@@
-1,5
+1,8
@@
obj-y += maru_display.o
-obj-$(CONFIG_USE_SHM) += maru_shm.o
+ifdef CONFIG_USE_SHM
+obj-y += maru_shm.o
+else
obj-y += maru_sdl.o maru_sdl_processing.o maru_finger.o
+endif
$(obj)/maru_display.o $(obj)/maru_sdl.o $(obj)/maru_sdl_processing.o $(obj)/maru_finger.o: QEMU_CFLAGS += $(SDL_CFLAGS)