On Fri, Jul 20, 2007 at 01:50:33AM +0000, Rob Savoye wrote:

>               default. Remove --enable-gui and --enable-renderer with new
>               options, --with-gui and --with-renderer to list multiple options
>               for guis and renderers. 

I think --enable-gui and --enable-renderer would still make sense for a list.
Also, keeping that syntax doesn't force you to change your configure line,
for example  I have:

        ./configure --enable-gui=gtk --enable-renderer=agg

With the new layout it would still work, as it would adding new libs:

        ./configure --enable-gui=gtk,kde --enable-renderer=agg,cairo,ogl

Even better, if --enable-XXX can be specified multiple times, as in :

        ./configure --enable-gui=gtk --enable-gui=kde 
--enable-renderer=agg,cairo

(more flexible)

--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to