Re: [E-devel] Patch autotools for etk_extra

2007-07-24 Thread Michel BRIAND
"Jerome Pinot" <[EMAIL PROTECTED]> - Tue, 17 Jul 2007 00:17:52 +0900 >> 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" >> f

Re: [E-devel] Patch autotools for etk_extra

2007-07-16 Thread Jerome Pinot
> 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_ext

Re: [E-devel] Patch autotools for etk_extra

2007-07-16 Thread Hisham Mardam Bey
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 d