On 7/16/07, Jerome Pinot <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This one fix the autotools stuff in etk_extra:
>
> http://ngc891.blogdns.net/pub/projects/patches/etk_extra.patch
>

The idea is that we want to build those .pc files conditionally, so
the following code either fill in the variables or doesnt:

if test "x$have_emotion" = "xyes" ; then
  etk_extra_video_pc="etk_extra_video.pc"
fi

if test "x$have_cairo" = "xyes" ; then
  etk_extra_cairo_pc="etk_extra_cairo.pc"
fi

Thats why we then use the variables in AC_OUTPUT.

-- 
Hisham Mardam Bey
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to