Bug 104629 - [EFL][WK2] MiniBrowser is not built
Summary: [EFL][WK2] MiniBrowser is not built
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jinwoo Song
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 21:46 PST by Jinwoo Song
Modified: 2012-12-11 05:29 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2012-12-10 21:48 PST, Jinwoo Song
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jinwoo Song 2012-12-10 21:46:40 PST
Currently, MiniBrowser is not built therefore the binary is not generated.
As we are finding elementary package in Tools/MiniBrowser/efl/CMakeList.txt since r137203,
we need to check the package finding in the same place not in the Tools/CMakeList.txt.
Comment 1 Jinwoo Song 2012-12-10 21:48:56 PST
Created attachment 178708 [details]
Patch
Comment 2 Gyuyoung Kim 2012-12-11 02:59:02 PST
Comment on attachment 178708 [details]
Patch

I think this is side effect by r137203. I think we need to build WebKit EFL on Tizen as well. So, LGTM.
Comment 3 Gyuyoung Kim 2012-12-11 03:11:54 PST
Comment on attachment 178708 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=178708&action=review

> Tools/MiniBrowser/efl/CMakeLists.txt:54
> +if (ELEMENTARY_FOUND)

BTW, is this guard needed ? If elementary can't be found, main.c in MiniBrowser won't be compiled.
Comment 4 WebKit Review Bot 2012-12-11 03:11:55 PST
Comment on attachment 178708 [details]
Patch

Clearing flags on attachment: 178708

Committed r137279: <http://trac.webkit.org/changeset/137279>
Comment 5 WebKit Review Bot 2012-12-11 03:11:59 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Jinwoo Song 2012-12-11 03:23:13 PST
(In reply to comment #3)
> (From update of attachment 178708 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=178708&action=review
> 
> > Tools/MiniBrowser/efl/CMakeLists.txt:54
> > +if (ELEMENTARY_FOUND)
> 
> BTW, is this guard needed ? If elementary can't be found, main.c in MiniBrowser won't be compiled.

I added that guard to prevent the build error although the elementary package is not found.
Comment 7 Laszlo Gombos 2012-12-11 05:29:51 PST
Thanks for the follow-up fix, it looks good to me !