From 775d229524a0c281507ae7cecbf833098452cd17 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 11 Oct 2012 13:46:19 +0300 Subject: [PATCH] common/ecore: fix copy-paste'os in ecore .pc.in and ecore pkg-config check. --- configure.ac | 2 +- src/common/murphy-ecore.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6e2d4c1..1ff41b7 100644 --- a/configure.ac +++ b/configure.ac @@ -176,7 +176,7 @@ AC_ARG_ENABLE(ecore, [enable_ecore=$enableval], [enable_ecore=auto]) if test "$enable_ecore" != "no"; then - PKG_CHECK_MODULES(ECORE, ecore >= 0.9.22, + PKG_CHECK_MODULES(ECORE, ecore, [have_ecore=yes], [have_ecore=no]) if test "$have_ecore" = "no" -a "$enable_ecore" != "yes"; then AC_MSG_ERROR([EFL/ecore development libraries not found.]) diff --git a/src/common/murphy-ecore.pc.in b/src/common/murphy-ecore.pc.in index 61c12c6..626a07b 100644 --- a/src/common/murphy-ecore.pc.in +++ b/src/common/murphy-ecore.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: murphy-pulse +Name: murphy-ecore Description: Murphy policy framework, EFL/ecore mainloop glue library. Requires: murphy-common Version: @PACKAGE_VERSION@ -- 2.7.4