Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Building EFL Webkit again with mediastream enabled
https://bugs.webkit.org/show_bug.cgi?id=124930

Patch by Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> on 2013-11-28
Reviewed by Csaba Osztrogonác.

* CMakeLists.txt:

Canonical link: https://commits.webkit.org/143103@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@159852 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Thiago de Barros Lacerda authored and webkit-commit-queue committed Nov 28, 2013
1 parent 0d5de93 commit 2698608
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/WebKit/CMakeLists.txt
Expand Up @@ -4,6 +4,7 @@ set(WebKit_INCLUDE_DIRECTORIES
"${WEBKIT_DIR}"
"${WEBCORE_DIR}"
"${WEBCORE_DIR}/Modules/filesystem"
"${WEBCORE_DIR}/Modules/mediastream"
"${WEBCORE_DIR}/Modules/networkinfo"
"${WEBCORE_DIR}/Modules/webdatabase"
"${WEBCORE_DIR}/accessibility"
Expand Down Expand Up @@ -36,6 +37,7 @@ set(WebKit_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/graphics/harfbuzz/ng"
"${WEBCORE_DIR}/platform/graphics/opengl"
"${WEBCORE_DIR}/platform/graphics/transforms"
"${WEBCORE_DIR}/platform/mediastream"
"${WEBCORE_DIR}/platform/network"
"${WEBCORE_DIR}/platform/sql"
"${WEBCORE_DIR}/platform/text"
Expand Down
9 changes: 9 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,12 @@
2013-11-28 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>

Building EFL Webkit again with mediastream enabled
https://bugs.webkit.org/show_bug.cgi?id=124930

Reviewed by Csaba Osztrogonác.

* CMakeLists.txt:

2013-11-27 Sam Weinig <sam@webkit.org>

Fix the iOS build.
Expand Down

0 comments on commit 2698608

Please sign in to comment.