diff options
Diffstat (limited to 'WebKit/efl/CMakeListsEfl.txt')
-rw-r--r-- | WebKit/efl/CMakeListsEfl.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebKit/efl/CMakeListsEfl.txt b/WebKit/efl/CMakeListsEfl.txt index e5fb9ef..cdb24ff 100644 --- a/WebKit/efl/CMakeListsEfl.txt +++ b/WebKit/efl/CMakeListsEfl.txt @@ -49,6 +49,10 @@ LIST(APPEND WebKit_LIBRARIES ${LIBXML2_LIBRARIES} ${Pango_LIBRARIES} ${SQLITE_LIBRARIES} + ${FONTCONFIG_LIBRARIES} + ${PNG_LIBRARY} + ${JPEG_LIBRARY} + ${CMAKE_DL_LIBS} ) IF (ENABLE_GLIB_SUPPORT) @@ -173,7 +177,7 @@ IF (ENABLE_GLIB_SUPPORT) LIST(APPEND EWebLauncher_LIBRARIES ${Gdk_LIBRARIES} ${Glib_LIBRARIES} - ${GTHREAD_LIBRARIES} + ${Gthread_LIBRARIES} ) ENDIF () |