Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in evas.pc.in 


Log Message:
moved stuff to Libs.private

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -3 -r1.207 -r1.208
--- configure.in        22 Mar 2007 15:30:55 -0000      1.207
+++ configure.in        22 Mar 2007 16:15:19 -0000      1.208
@@ -58,8 +58,6 @@
 fi
 AC_SUBST(PACKAGE_DATA_DIR)
 
-requirements=""
-
 x_dir=""
 x_cflags=""
 x_libs=""
@@ -114,8 +112,6 @@
         [ 
             have_fontconfig="yes"
             AC_DEFINE(HAVE_FONTCONFIG, 1, [have fontconfig searching 
capabilities])
-
-         requirements="$requirements fontconfig"
         ],
         [ 
             have_fontconfig="no"
@@ -817,10 +813,6 @@
 fi
 AC_MSG_RESULT($have_eet_image_loader)
 
-if test "$have_eet_font_loader" = yes -o "$have_eet_image_loader" = yes; then
-  requirements="$requirements eet"
-fi
-
 AM_CONDITIONAL(BUILD_LOADER_EET, test $have_eet_image_loader = yes)
 
 #######################################
@@ -848,7 +840,6 @@
 if test "$want_edb_image_loader" = yes -a "$have_edb" = yes; then
   AC_DEFINE(BUILD_LOADER_EDB, 1, [EDB Image Loader Support])
   have_edb_image_loader=yes
-  requirements="$requirements edb"
 else
   have_edb_image_loader=no
 fi
@@ -1929,16 +1920,7 @@
 AC_SUBST(xpm_libs)
 AC_SUBST(svg_cflags)
 AC_SUBST(svg_libs)
-
-# Build the list of required libs for evas.pc.in. Only works for libs
-# which install a .pc file of course
-if test "x$png_libs" != "x"; then
-  requirements="$requirements libpng12"
-fi
-AC_SUBST(requirements)
-
 AC_SUBST(altivec_cflags)
-
 AC_SUBST(pthread_cflags)
 AC_SUBST(pthread_libs)
 
===================================================================
RCS file: /cvs/e/e17/libs/evas/evas.pc.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas.pc.in  21 Mar 2007 02:02:07 -0000      1.6
+++ evas.pc.in  22 Mar 2007 16:15:19 -0000      1.7
@@ -5,7 +5,7 @@
 
 Name: evas
 Description: Evas canvas display library
-Requires: @requirements@
 Version: @VERSION@
-Libs: -L${libdir} -levas @pthread_libs@ @dlopen_libs@ @FREETYPE_LIBS@
+Libs: -L${libdir} -levas
+Libs.private: @pthread_libs@ @dlopen_libs@ @EDB_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