Fix build breakage with the latest EFL code accepted/2.0alpha-wayland/20130108.175856 submit/2.0alpha-wayland/20130108.135957
authorMikko Ylinen <mikko.ylinen@intel.com>
Tue, 8 Jan 2013 13:30:25 +0000 (15:30 +0200)
committerMikko Ylinen <mikko.ylinen@intel.com>
Tue, 8 Jan 2013 13:30:25 +0000 (15:30 +0200)
commit373873636dfbec97c26cb57d757c7af42136fd87
treee8348d37855d8675b1537d781c8b386c4197e311
parentcf7e4224a723ffbc76af60e0a107fc2c44910d1e
Fix build breakage with the latest EFL code

After EFL library upgrade, webkit2-efl failed to build
because wrong libraries got added to -Wl,--whole-archive/
-Wl,--no-whole-archive linker options.

Fix by moving --[no-]whole-arhive to a proper place.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Source/WebCore/CMakeLists.txt
Source/WebKit2/CMakeLists.txt
Source/WebKit2/PlatformTizen.cmake