Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in evas.pc.in 


Log Message:
move fontconfig libs to requirements

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -3 -r1.202 -r1.203
--- configure.in        2 Mar 2007 14:51:16 -0000       1.202
+++ configure.in        21 Mar 2007 00:52:53 -0000      1.203
@@ -58,6 +58,8 @@
 fi
 AC_SUBST(PACKAGE_DATA_DIR)
 
+requirements=""
+
 x_dir=""
 x_cflags=""
 x_libs=""
@@ -112,6 +114,8 @@
         [ 
             have_fontconfig="yes"
             AC_DEFINE(HAVE_FONTCONFIG, 1, [have fontconfig searching 
capabilities])
+
+         requirements="$requirements fontconfig"
         ],
         [ 
             have_fontconfig="no"
@@ -1964,7 +1968,7 @@
 # Build the list of required libs for evas.pc.in. Only works for libs
 # which install a .pc file of course
 if test "x$eet_libs" != "x"; then
-  requirements=eet
+  requirements="$requirements eet"
 fi
 if test "x$edb_libs" != "x"; then
   requirements="$requirements edb"
===================================================================
RCS file: /cvs/e/e17/libs/evas/evas.pc.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas.pc.in  18 Nov 2006 02:54:34 -0000      1.4
+++ evas.pc.in  21 Mar 2007 00:52:53 -0000      1.5
@@ -7,5 +7,5 @@
 Description: Evas canvas display library
 Requires: @requirements@
 Version: @VERSION@
-Libs: -L${libdir} -levas @pthread_libs@ @dlopen_libs@ @eet_libs@ 
@FREETYPE_LIBS@ @FONTCONFIG_LIBS@
+Libs: -L${libdir} -levas @pthread_libs@ @dlopen_libs@ @eet_libs@ 
@FREETYPE_LIBS@
 Cflags: -I${includedir}



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to