Hi all, I'm new for swfdec, and currently I'm trying to cross compile swfdec for blackfin architecture, I have compiled cairo with DirectFB backend, and I don't want use glib or gtk in swfdec, what should I do in configuration? many thanks, Leslie
On Fri, Sep 26, 2008 at 10:56 AM, Leslie <leslie.lige at gmail.com> wrote:> I have compiled cairo with DirectFB backend, and I don't want use glib > or gtk in swfdec, what should I do in configuration? >You must use glib for Swfdec. It is mandatory, just like Cairo and Pango. Why would you want to not use glib? Disabling gtk works by passing --disable-gtk to configure. Cheers, Benjamin