and lets stick to ewebkit? there is no web_client (at least not from

webkit)



SVN revision: 63720
This commit is contained in:
Carsten Haitzler 2011-09-30 08:47:19 +00:00
parent 2c4ece051f
commit 7efb904984
1 changed files with 4 additions and 1 deletions

View File

@ -531,7 +531,10 @@ if test "x$want_elementary_web" != "xno"; then
"WebKit's data dir")
have_elementary_web="yes"
ELM_WEB_DEF="#define"
requirement_elm="web_client ${requirement_elm}"
## web_client? how about ewebkit? at least in current upstreak webkit
## there is no web_client.pc
# requirement_elm="web_client ${requirement_elm}"
requirement_elm="ewebkit ${requirement_elm}"
],
[have_elementary_web="no"]
)