stefan pushed a commit to branch master.

commit 815d452303a4af4b8f99b531998dcc3fce0d04ae
Author: Stefan Schmidt <[email protected]>
Date:   Wed Apr 3 16:18:23 2013 +0100

    eeze/sensor/tizen: Require a minimum tizen system sensor lib version.
    
    This allows us to use more sensor types without any ifdef hell.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 39d6693..a518224 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3260,7 +3260,7 @@ fi
 
 ## modules
 if test "${want_tizen}"  = "yes"; then
-  PKG_CHECK_MODULES([TIZEN_SENSOR], [capi-system-sensor])
+  PKG_CHECK_MODULES([TIZEN_SENSOR], [capi-system-sensor >= 0.1.17])
 fi
 EFL_ADD_FEATURE([EEZE], [tizen])
 

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to