Summary: | [EFL] Need to check LibSoup version | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryuan Choi <ryuan.choi> | ||||||||
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | antognolli+webkit, commit-queue, leandro, lucas.de.marchi, tonikitoo | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | PC | ||||||||||
OS: | Linux | ||||||||||
Attachments: |
|
Description
Ryuan Choi
2010-08-25 19:39:20 PDT
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. |