dl stuff is only used in the gl_common engine as now,
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jan 2010 21:05:16 +0000 (21:05 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jan 2010 21:05:16 +0000 (21:05 +0000)
the modules load is done by eina

will clean configure.ac wrt this later

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@45092 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

evas.pc.in
src/lib/Makefile.am

index 223df00..b08c07f 100644 (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}
index b990a16..d357f4e 100644 (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@ \