commit | 4c20cef7066b15d86d25887ed5a1f2c3ae0a4aa9 | [log] [tgz] |
---|---|---|
author | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed May 20 10:12:07 2015 +0000 |
committer | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed May 20 10:12:07 2015 +0000 |
tree | ab9d603494c0c0e3b447beeaac3ca812438483b1 | |
parent | dcd420df8827709a1d38eb40a9380d749a8f00c4 [diff] [blame] |
[EFL] Fix build failure, linker does not find libXext. https://bugs.webkit.org/show_bug.cgi?id=144100 Patch by Hyungwook Lee <hyungwook.lee@navercorp.com> on 2015-05-20 Reviewed by Gyuyoung Kim. Move Xext library from WebProcess_LIBRARIES to WebKit2_LIBRARIES. * PlatformEfl.cmake: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@184632 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit2/PlatformEfl.cmake b/Source/WebKit2/PlatformEfl.cmake index 59a1ff0..8dffe1d 100644 --- a/Source/WebKit2/PlatformEfl.cmake +++ b/Source/WebKit2/PlatformEfl.cmake
@@ -345,10 +345,10 @@ if (ENABLE_ECORE_X) list(APPEND WebProcess_LIBRARIES ${ECORE_X_LIBRARIES} - ${X11_Xext_LIB} ) list(APPEND WebKit2_LIBRARIES ${ECORE_X_LIBRARIES} + ${X11_Xext_LIB} ) endif ()