From 837b2c7c09220f743ea128c64ca9f90d67ac14c3 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 26 May 2016 12:27:31 +0900 Subject: [PATCH] Fix addition of Evil library in .pc files Summary: lib/evil/libevil.la was added to .pc files, which broke the use of the EFL pc files Test Plan: compilation Reviewers: cedric, jpeg, zmike, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D3983 --- m4/efl_check_funcs.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/efl_check_funcs.m4 b/m4/efl_check_funcs.m4 index 24c3dba..d48e02c 100644 --- a/m4/efl_check_funcs.m4 +++ b/m4/efl_check_funcs.m4 @@ -71,7 +71,7 @@ esac case "$host_os" in mingw*) $2="yes" - EFL_ADD_LIBS([$1], [lib/evil/libevil.la]) + EFL_ADD_LIBS([$1], [-levil]) ;; *) EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ @@ -100,7 +100,7 @@ esac case "$host_os" in mingw*) $2="yes" - EFL_ADD_LIBS([$1], [lib/evil/libevil.la]) + EFL_ADD_LIBS([$1], [-levil]) ;; *) EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ @@ -125,7 +125,7 @@ esac case "$host_os" in mingw*) $2="yes" - EFL_ADD_LIBS([$1], [lib/evil/libevil.la]) + EFL_ADD_LIBS([$1], [-levil]) ;; *) EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ -- 2.7.4