Hi,

I saw there was a previous post questioning why cluttermm was dependent on clutter-gtk.
I will just rephrase this.
Indeed the dependency tree is currently like this:

clutter ----> glibmm

clutter-gtk ----> clutter
           ----> gtk

clutter-cairo ----> clutter
             ----> cairo

cluttermm ----> clutter
         ----> glibmm
         ----> clutter-gtk
         ----> clutter-cairo
         ----> gtkmm
         ----> cairomm

I also think that the current cluttermm should be split into cluttermm, clutter-gtkmm, and clutter-cairomm. So the dependency tree should be something like this:

cluttermm ----> clutter
         ----> glibmm

clutter-gtkmm ----> cluttermm
             ----> clutter-gtk
             ----> gtkmm

clutter-cairomm ----> cluttermm
               ----> clutter-cairo
               ----> cairomm

I tried tweaking the configure file and some Makefile.in to at least reduce the cluttermm dependencies, but with no success :-(.
I guess the founders of cluttermm will do it better than me...

We are currently dependent on this so that our project won't be dependent on gtk and cairo.

Thanks,

Michael
--
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to