From: Vincent Torri Date: Thu, 26 May 2016 03:27:31 +0000 (+0900) Subject: Fix addition of Evil library in .pc files X-Git-Tag: upstream/1.20.0~6163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=837b2c7c09220f743ea128c64ca9f90d67ac14c3;p=platform%2Fupstream%2Fefl.git 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 --- 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], [[