Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
Patch from Simon Poole to correctly setup ewl.pc when emotion is not detected.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- configure.in        7 May 2005 06:01:18 -0000       1.49
+++ configure.in        26 May 2005 13:33:06 -0000      1.50
@@ -236,6 +236,8 @@
 edje_cflags=`$EDJE_CONFIG --cflags`
 edje_libs=`$EDJE_CONFIG --libs`
 
+requirements="evas ecore edb edje"
+
 AC_SUBST(emotion_cflags)
 AC_SUBST(emotion_libs)
 AC_SUBST(ewl_media_include)
@@ -245,6 +247,7 @@
       emotion_cflags=`$EMOTION_CONFIG --cflags`
       emotion_libs=`$EMOTION_CONFIG --libs`
       ewl_media_include="#include <ewl_media.h>"
+      requirements="$requirements emotion"
     ], [
       SUPPORT_EMOTION=0
     ], [])
@@ -255,7 +258,6 @@
 AC_SUBST(BUILD_EMOTION_SUPPORT_TRUE)
 AC_SUBST(BUILD_EMOTION_SUPPORT_FALSE)
 
-requirements="evas ecore edb edje emotion"
 AC_SUBST(requirements)
 
 AC_OUTPUT([




-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to