summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/edbus/0001-edbus-configure.ac-fixup-performance_test.patch
blob: db1b15ddeb623af6cc9070dfaa0e6c0d2a790b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
From 133d67d43fc21674f525da9ecd530f2b73fbdeea Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu, 26 Jul 2012 10:35:35 +0200
Subject: [PATCH] edbus: configure.ac fixup performance_test

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d798484..d0fc4ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,7 @@ want_ehal="yes"
 want_enotify="yes"
 want_eofono="yes"
 want_eukit="yes"
+want_performance_test="yes"
 
 case "$host_os" in
    mingw*)
@@ -78,6 +79,7 @@ case "$host_os" in
       want_enotify="no"
       want_eofono="no"
       want_eukit="no"
+      want_performance_test="no"
       ;;
 esac
 
@@ -127,7 +129,7 @@ AC_ARG_ENABLE([eukit],
 AC_ARG_ENABLE([performance_test],
    [AC_HELP_STRING([--disable-performance_test], [Disable performance build])],
    [enable_performance_test=$enableval],
-   [enable_performance_test="${want_eukit}"])
+   [enable_performance_test="${want_performance_test}"])
 
 
 ### Checks for programs
@@ -277,7 +279,7 @@ fi
 
 if test "x${have_edbus_performance_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_PERFORMANCE_TEST],
-      [ecore >= 1.2.0 eina >= 1.2.0 dbus-1 >= 0.62 ecore-evas >= 1.2.0 elementary],
+      [ecore >= 1.6.99 eina >= 1.6.99 dbus-1 >= 0.62 ecore-evas >= 1.6.99 elementary >= 1.6.99],
       [have_edbus_performance_test="yes"],
       [have_edbus_performance_test="no"])
 fi
-- 
1.7.8.6