Enlightenment CVS committal

Author  : stffrdhrn
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Makefile.am 


Log Message:
Add fontconfig to evas for finding fonts
 * This can be disabled with --enable-fontconfig=no
 * Test in e17 with "enlightenment_remote -font-default-set title_bar Serif 12"
 * This is just the beginning: TODO: style searching, language reorder bypass

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- Makefile.am 17 Jan 2006 03:47:35 -0000      1.20
+++ Makefile.am 19 Mar 2006 04:29:57 -0000      1.21
@@ -7,8 +7,9 @@
 INCLUDES            = -I. \
                        -I$(top_srcdir)/src/lib \
                       -I$(top_srcdir)/src/lib/include \
-                      @FREETYPE_CFLAGS@
-                      @eet_cflags@
+                      @FREETYPE_CFLAGS@ \
+                      @eet_cflags@ \
+                      @FONTCONFIG_CFLAGS@
 
 lib_LTLIBRARIES      = libevas.la
 
@@ -27,7 +28,8 @@
                          -lm \
                          @dlopen_libs@ \
                          @FREETYPE_LIBS@ \
-                         @eet_libs@
+                         @eet_libs@ \
+                         @FONTCONFIG_LIBS@
 
 libevas_la_DEPENDENCIES = \
                           $(top_builddir)/config.h \




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to