jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6f846d89cd3259ff51dc419394a63ccc9cdd83fa

commit 6f846d89cd3259ff51dc419394a63ccc9cdd83fa
Author: Jean-Philippe Andre <[email protected]>
Date:   Thu Jun 25 17:50:12 2015 +0900

    Doc: Try to fix build on Ubuntu
    
    The error message was:
    /usr/bin/ld: preview_text_filter.o: undefined reference to symbol 
'efl_gfx_filter_program_set'
    //home/batden/Enlightenment20/efl/src/lib/efl/.libs/libefl.so.1: error 
adding symbols: DSO missing from command line
---
 doc/previews/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am
index 7b3a87e..f7c405b 100644
--- a/doc/previews/Makefile.am
+++ b/doc/previews/Makefile.am
@@ -28,6 +28,7 @@ AM_CPPFLAGS = \
 LDADD = \
 $(top_builddir)/src/lib/eina/libeina.la \
 $(top_builddir)/src/lib/eo/libeo.la \
+$(top_builddir)/src/lib/efl/libefl.la \
 $(top_builddir)/src/lib/eet/libeet.la \
 $(top_builddir)/src/lib/evas/libevas.la \
 $(top_builddir)/src/lib/ecore/libecore.la \

-- 


Reply via email to