Hi, It fixes the Makefile to copy the missing .pc file to the respective pkgconfig folder in the toolchain. The error affects the compilation of packages which are dependent on libsdl-gfx package and if you use configure scripts to locate the pc file.
Regards Jiva
54c54,57 < $(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib --- > $(INSTALL_DIR) \ > $(1)/usr/include/SDL \ > $(1)/usr/lib \ > $(1)/usr/lib/pkgconfig 60a64,66 > $(INSTALL_DATA) \ > $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* \ > $(1)/usr/lib/pkgconfig
_______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

