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
This commit is contained in:
Vincent Torri 2016-05-26 12:27:31 +09:00 committed by Carsten Haitzler (Rasterman)
parent 41842ca9f9
commit 837b2c7c09
1 changed files with 3 additions and 3 deletions

View File

@ -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], [[