Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[EFL] Move efl include paths to JavaScriptCore_SYSTEM_INCLUDE_DIRECTO…
…RIES

https://bugs.webkit.org/show_bug.cgi?id=158418

Reviewed by Csaba Osztrogonác.

In Source/JavaScriptCore/PlatformEfl.cmake, we don't use JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
for efl include paths.

* PlatformEfl.cmake:


Canonical link: https://commits.webkit.org/176497@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@201711 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Gyuyoung committed Jun 6, 2016
1 parent 4e13f09 commit cea391b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,15 @@
2016-06-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>

[EFL] Move efl include paths to JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
https://bugs.webkit.org/show_bug.cgi?id=158418

Reviewed by Csaba Osztrogonác.

In Source/JavaScriptCore/PlatformEfl.cmake, we don't use JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
for efl include paths.

* PlatformEfl.cmake:

2016-06-05 Yusuke Suzuki <utatane.tea@gmail.com>

Change ProxyObject.[[Get]] not to use custom accessor
Expand Down
8 changes: 6 additions & 2 deletions Source/JavaScriptCore/PlatformEfl.cmake
@@ -1,12 +1,16 @@
list(APPEND JavaScriptCore_INCLUDE_DIRECTORIES
"${WTF_DIR}"
"${WTF_DIR}/wtf/efl"
)

list(APPEND JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
${ECORE_EVAS_INCLUDE_DIRS}
${ECORE_IMF_INCLUDE_DIRS}
${ECORE_INCLUDE_DIRS}
${EINA_INCLUDE_DIRS}
${EO_INCLUDE_DIRS}
"${WTF_DIR}"
"${WTF_DIR}/wtf/efl"
)

add_definitions(-DSTATICALLY_LINKED_WITH_WTF)

install(FILES API/JavaScript.h
Expand Down

0 comments on commit cea391b

Please sign in to comment.