Changeset 1367

Show
Ignore:
Timestamp:
02/15/10 14:36:03 (6 months ago)
Author:
gbertal
Message:

Bumped up minimum libsoup version required to 2.28.2 - required for content-encoding support.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cmake/CheckPlatformNetwork.cmake

    r1310 r1367  
    3838 
    3939if(USE_NETWORK STREQUAL "SOUP") 
    40     pkg_check_modules(SOUP REQUIRED libsoup-2.4>=2.27.4
     40    pkg_check_modules(SOUP REQUIRED libsoup-2.4>=2.28.2
    4141    set(NETWORK_INCLUDE_DIRS ${SOUP_INCLUDE_DIRS}) 
    4242    set(NETWORK_LIBRARIES ${SOUP_LIBRARIES}) 
     
    4444    set(USE_NETWORK_SOUP TRUE) 
    4545    mark_as_advanced(USE_NETWORK_SOUP) 
    46     set(DEB_PACKAGE_DEPENDS "${DEB_PACKAGE_DEPENDS}, libsoup2.4-1 (>= 2.28.1-2)") 
     46    set(DEB_PACKAGE_DEPENDS "${DEB_PACKAGE_DEPENDS}, libsoup2.4-1 (>= 2.28.2)") 
    4747endif(USE_NETWORK STREQUAL "SOUP")