Continuing my ARM cross-build. gdk-pixbuf was separated from gtk+, but no gdk-pixbuf.conf was created -- needed to disable "gio sniffing" in cross build.
I created a gdk-pixbuf.conf that works, copied from gtk+.conf: var_append confopt ' ' '--disable-glibtest' # guide, mostly for cross compiling pkginstalled cups || hook_add preconf 5 "echo 'ac_cv_path_CUPS_CONFIG=no' >> ./config.cache" atstage cross && hook_add preconf 5 "echo 'gio_can_sniff=no' >> ./config.cache" ...I don't know if the --disable-glibtest is needed, just threw that in, as T2 applies --disable-gtktest which is not recognised by the configure script. Hmmm, it seems that it has been sometime since anyone has done a cross-build in T2! Regards, Barry Kauler ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
