Enlightenment CVS committal
Author : handyande
Project : e17
Module : apps/e_utils
Dir : e17/apps/e_utils
Modified Files:
configure.in
Log Message:
add imlib2
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in 24 Jan 2005 11:24:58 -0000 1.5
+++ configure.in 24 Jan 2005 11:32:31 -0000 1.6
@@ -125,6 +125,20 @@
AC_SUBST(engrave_cflags)
AC_SUBST(engrave_libs)
+AC_ARG_WITH(imlib2-config,
+[ --with-imlib2-config=IMLIB2_CONFIG use imlib2-config specified ],
+[
+ IMLIB2_CONFIG=$withval;
+ echo "using "$IMLIB2_CONFIG" for imlib2-config";
+ ],[
+ PROG="imlib2-config";
+ AC_PATH_PROG(IMLIB2_CONFIG, $PROG, "", $PATH)
+])
+imlib2_cflags=`$IMLIB2_CONFIG --cflags`
+imlib2_libs=`$IMLIB2_CONFIG --libs`
+AC_SUBST(imlib2_cflags)
+AC_SUBST(imlib2_libs)
+
AC_ARG_WITH(enlightenment-config,
[ --with-enlightenment-config=E_CONFIG use enlightenment-config specified
],
[
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs