Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2015-12-26 12:37:53 +0300
committerEion Robb <eion@robbmob.com>2015-12-26 12:37:53 +0300
commit6482c42a48760e5cf5b5c9f212ef9359a0e897b0 (patch)
tree34e26caa91d67400561a2479a8a1cd93813ea50a
parenta173efa511b2838de664c9c920eabc5eab4781be (diff)
Reduce lib version requirements of cmake
-rw-r--r--skypeweb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt
index b6f82f3..e97ae52 100644
--- a/skypeweb/CMakeLists.txt
+++ b/skypeweb/CMakeLists.txt
@@ -74,7 +74,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "${VERSION_PATCH}")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${VERSION}")
set(ACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${VERSION}")
-SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libpurple0 (>= 2.10.11), libglib2.0-0 (>= 2.31.8), libjson-glib-1.0-0 (>= 0.14.2)")
+SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libpurple0 (>= 2.10.11), libglib2.0-0 (>= 2.28), libjson-glib-1.0-0 (>= 0.8.0)")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Jaussoin Timothée") #required
set(PACK "DEB" CACHE STRING "Generate a Package")