[EFL] Build fix for platforms that do not require linking with "dl".
CMake includes the variable CMAKE_DL_LIBS that evaluates to the
platform-specific libraries.
* CMakeListsEfl.txt: Use ${CMAKE_DL_LIBS} instead of dl.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65818
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
${FONTCONFIG_LIBRARIES}
${PNG_LIBRARY}
${JPEG_LIBRARY}
- dl
+ ${CMAKE_DL_LIBS}
)
IF (ENABLE_GLIB_SUPPORT)
+2010-08-23 Leandro Pereira <leandro@profusion.mobi>
+
+ [EFL] Build fix for platforms that do not require linking with "dl".
+ CMake includes the variable CMAKE_DL_LIBS that evaluates to the
+ platform-specific libraries.
+
+ * CMakeListsEfl.txt: Use ${CMAKE_DL_LIBS} instead of dl.
+
2010-08-22 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Antonio Gomes.