aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJarosław <jaroslaw.jaryszew@teleca.com>2011-01-04 14:36:09 +0100
committerDominik Kapusta <dominik.kapusta@teleca.com>2011-01-10 11:43:48 +0100
commit958b87e8d63624f548db5bbf6da55ede49bfa909 (patch)
tree3997870155107e0227ba31de61eed41767e08a3b /configure
parentf647e17bdba42536c7eab8813f4219ea0be66fa8 (diff)
Fixes: NB#213582 - Connection dialog shown in wrong orientation
RevBy: Dominik Details: - Partial revert of 56ae58cece20edf526036567129e5b09433c47de - Libmeegotouch will now use ContextProperty::waitForSubscription(true) - which is properly blocking version of method. Requires contextsubscriber >=0.5.25 to compile.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b2984183..d37ea808 100755
--- a/configure
+++ b/configure
@@ -389,7 +389,7 @@ fi
which pkg-config > /dev/null
if [ $? -eq 0 ]; then
- pkg-config --exists contextsubscriber-1.0
+ pkg-config --atleast-version=0.5.25 contextsubscriber-1.0
if [ $? -eq 0 ]; then
HAVE_CONTEXTSUBSCRIBER=yes
fi