Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        evas-config.in evas.pc.in 


Log Message:


add pthread libs etc. to evas-config and pkgconfig stuff

===================================================================
RCS file: /cvs/e/e17/libs/evas/evas-config.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evas-config.in      7 Aug 2006 20:26:33 -0000       1.11
+++ evas-config.in      18 Nov 2006 02:54:34 -0000      1.12
@@ -46,7 +46,7 @@
       ;;
     --libs)
       [EMAIL PROTECTED]@
-      echo $libdirs -levas @dlopen_libs@ @eet_libs@ @FREETYPE_LIBS@ 
@FONTCONFIG_LIBS@
+      echo $libdirs -levas @pthread_libs@ @dlopen_libs@ @eet_libs@ 
@FREETYPE_LIBS@ @FONTCONFIG_LIBS@
       ;;
     *)
       echo "${usage}" 1>&2
===================================================================
RCS file: /cvs/e/e17/libs/evas/evas.pc.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evas.pc.in  26 May 2003 22:56:39 -0000      1.3
+++ evas.pc.in  18 Nov 2006 02:54:34 -0000      1.4
@@ -7,5 +7,5 @@
 Description: Evas canvas display library
 Requires: @requirements@
 Version: @VERSION@
-Libs: -L${libdir} -levas
+Libs: -L${libdir} -levas @pthread_libs@ @dlopen_libs@ @eet_libs@ 
@FREETYPE_LIBS@ @FONTCONFIG_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