ecore_avahi: Use result of pkg-config avahi-client when building

Summary: Fix avahi-client detection

Reviewers: cedric

Reviewed By: cedric

CC: cedric

Differential Revision: https://phab.enlightenment.org/D580
This commit is contained in:
Joel Klinghed 2014-02-25 18:39:34 -03:00 committed by Cedric Bail
parent eabb71d498
commit 19e118cd8f
1 changed files with 1 additions and 1 deletions

View File

@ -2680,7 +2680,7 @@ if test "x${have_avahi}" = "xyes"; then
PKG_CHECK_MODULES([AVAHI_CLIENT], [avahi-client])
fi
EFL_EVAL_PKGS([Ecore_Avahi])
EFL_EVAL_PKGS([ECORE_AVAHI])
### Checks for header files