summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2015-03-23 23:07:04 +0100
committerChristian Dywan <christian@twotoasts.de>2015-03-23 23:07:04 +0100
commit56c1299c8560b08878c718823da85a3ff6657606 (patch)
tree83ed68ad7a86c72b11ea14b5a2f76e96afc92a9d /CMakeLists.txt
parentf2c5ada507f945d77db0fc4626680c5d3bd0e80e (diff)
downloadmidori-git-56c1299c8560b08878c718823da85a3ff6657606.tar.gz
Use GNotification >= 2.40 and use Midori.App API in webmedia
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0ff6202..697db908 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -143,7 +143,7 @@ if (${DEPS_libsoup-gnome-2.4_VERSION} VERSION_GREATER "2.40.0")
endif ()
endif ()
-if (WIN32)
+if (${DEPS_gio-2.0_VERSION} VERSION_GREATER "2.40.0")
add_definitions("-DLIBNOTIFY_VERSION=\"No\"")
else ()
pkg_check_modules(NOTIFY REQUIRED libnotify)