FIND_PACKAGE(LibSoup2 2.28.2 REQUIRED) above command in cmake/OptionEfl.cmake looks not check 2.28.2 but we need to check version of LibSoup. When I used CMake 2.8.2 and LibSoup 2.28.1, I got a build break because of missing new feature of libSoup. but cmake passed configuration without error.
Created attachment 65518 [details] Patch
(In reply to comment #1) > Created an attachment (id=65518) [details] > Patch Hi Ryuan, I think this is a problem in cmake/FindLibSoup2.cmake, that's probably not checking for the libsoup version correctly. I think it's better to fix it than doing this workaround, though I'm not good on cmake and couldn't find the bug on a quick look. I'm cc'ing Leandro, maybe he can help you with this.
Created attachment 65586 [details] patch I would like to see a patch more like this one, fixing FindLibSoup2.cmake, but if possible, checking the version without having to define a variable.
(In reply to comment #3) > Created an attachment (id=65586) [details] > patch > > I would like to see a patch more like this one, fixing FindLibSoup2.cmake, but if possible, checking the version without having to define a variable. It looks quite better.
Created attachment 66195 [details] Patch
(In reply to comment #5) > Created an attachment (id=66195) [details] > Patch I tried like attachment. this patch doesn't define a variable.
(In reply to comment #6) > (In reply to comment #5) > > Created an attachment (id=66195) [details] [details] > > Patch > > I tried like attachment. > this patch doesn't define a variable. cmake guys?
(In reply to comment #7) > > > > I tried like attachment. > > this patch doesn't define a variable. > > cmake guys? LGTM
Comment on attachment 66195 [details] Patch I trust you guys.
Comment on attachment 66195 [details] Patch Clearing flags on attachment: 66195 Committed r66609: <http://trac.webkit.org/changeset/66609>
All reviewed patches have been landed. Closing bug.