Fix undefined reference errors for eldbus APIs. ../../Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:139: error: undefined reference to 'eldbus_init' ../../Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:159: error: undefined reference to 'eldbus_shutdown' ../../Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:182: error: undefined reference to 'eldbus_shutdown'
Created attachment 242304 [details] Patch
Comment on attachment 242304 [details] Patch I wonder why this build error didn't happen on Bug 136355's EFL EWS.
(In reply to comment #1) > Created attachment 242304 [details] > Patch Thanks. Your patch is reasonable to me but I don't know why this is not happen on my PC. Do you use SHARED_CORE?
Yes, I used SHARED_CORE at that time.
Comment on attachment 242304 [details] Patch Clearing flags on attachment: 242304 Committed r176590: <http://trac.webkit.org/changeset/176590>
All reviewed patches have been landed. Closing bug.
(In reply to comment #4) > Yes, I used SHARED_CORE at that time. Ah, that's why EFL EWS didn't detect this build break. EFL buildbots and EWS don't use SHARED_CORE option.
(In reply to comment #7) > (In reply to comment #4) > > Yes, I used SHARED_CORE at that time. > > Ah, that's why EFL EWS didn't detect this build break. EFL buildbots and EWS > don't use SHARED_CORE option. It would be nicer if you mention this break occurs when SHARED_CORE is ON.