efl: valgrind is also in evas

SVN revision: 80463
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-07 14:17:09 +00:00
parent e674ea6706
commit 7d41d6ace2
2 changed files with 3 additions and 1 deletions

View File

@ -1411,6 +1411,9 @@ requirements_pc_evas="eo >= ${PACKAGE_VERSION} eet >= ${PACKAGE_VERSION} eina >=
EFL_DEPEND_PKG([evas], [FREETYPE], [freetype2 >= 9.3.0])
## optional dependencies
# Valgrind
EFL_OPTIONAL_DEPEND_PKG([evas], [${want_valgrind}],
[VALGRIND], [valgrind >= 2.4.0])
# FontConfig
EFL_OPTIONAL_DEPEND_PKG([evas], [${want_fontconfig}],

View File

@ -214,7 +214,6 @@ lib_evas_libevas_la_CPPFLAGS = \
@EFL_CFLAGS@ \
@EFL_COV_CFLAGS@ \
@EVAS_CFLAGS@ \
@VALGRIND_CFLAGS@ \
@ALTIVEC_CFLAGS@
# SSE3