dl stuff is only used in the gl_common engine as now,

the modules load is done by eina

will clean configure.ac wrt this later


SVN revision: 45092
This commit is contained in:
Vincent Torri 2010-01-13 21:05:16 +00:00
parent 513a9dab25
commit 61daee00ae
2 changed files with 1 additions and 2 deletions

View File

@ -8,5 +8,5 @@ Description: Evas canvas display library
@pkgconfig_requires_private@: @requirement_evas@
Version: @VERSION@
Libs: -L${libdir} -levas
Libs.private: @pthread_libs@ @dlopen_libs@
Libs.private: @pthread_libs@
Cflags: -I${includedir}

View File

@ -193,7 +193,6 @@ cache/libevas_cache.la \
imaging/libevas_imaging.la \
$(libevas_cserve_la) \
engines/common/libevas_engine_common.la \
@dlopen_libs@ \
@FREETYPE_LIBS@ \
@FRIBIDI_LIBS@ \
@EET_LIBS@ \