Hi,

When EWL is configured with --enable-fb, the EWL engine evas_fb.so
fails to be dlopen()able due to missing symbols. The missing symbols
can be found in -lecore_fb.

-Graham


--- Makefile.am 2008-12-09 18:23:18.000000000 +1030
+++ ewl/src/engines/evas_fb/Makefile.am 2008-12-09 18:26:23.000000000 +1030
@@ -18,7 +18,7 @@
 Ewl_Engine_Evas_Fb.h \
 ewl_engine_evas_fb.c
 
-evas_fb_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+evas_fb_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_FB_LIBS@ 
@EVAS_LIBS@
 evas_fb_la_LDFLAGS = -module -version-info @INTERFACE_VERSION@
 evas_fb_la_DEPENDENCIES =

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to