summaryrefslogtreecommitdiffstats
path: root/Source/cmake/OptionsEfl.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake/OptionsEfl.cmake')
-rw-r--r--Source/cmake/OptionsEfl.cmake8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/cmake/OptionsEfl.cmake b/Source/cmake/OptionsEfl.cmake
index b34ec3b..da9fe6c 100644
--- a/Source/cmake/OptionsEfl.cmake
+++ b/Source/cmake/OptionsEfl.cmake
@@ -114,15 +114,9 @@ IF (NETWORK_BACKEND STREQUAL "soup")
SET(ENABLE_GLIB_SUPPORT 1)
MESSAGE("Forcing Glib support")
ENDIF ()
- FIND_PACKAGE(LibSoup2 2.28.2 REQUIRED)
+ FIND_PACKAGE(LibSoup2 2.33.4 REQUIRED)
SET(WTF_USE_SOUP 1)
ADD_DEFINITIONS(-DWTF_USE_SOUP=1)
-
- IF (LIBSOUP24_VERSION VERSION_LESS 2.29.90)
- ELSE (LIBSOUP24_VERSION VERSION_LESS 2.29.90)
- SET(HAVE_LIBSOUP_2_29_90 1)
- ADD_DEFINITIONS(-DHAVE_LIBSOUP_2_29_90=1)
- ENDIF ()
ELSE ()
FIND_PACKAGE(CURL REQUIRED)
SET(WTF_USE_CURL 1)