summaryrefslogtreecommitdiffstats
path: root/source-builder/config/pixman-0-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-1/+0
| | | | | | | | | - Build GDb first as we do for RTEMS 5 and later - Update GDB to 9.1 for all archs expect SPARC. The SIS patches only apply to 7.9. Disable Python for SPARC Closes #4111
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-14/+5
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* config,sb: Qemu build updates for FreeBSD and the start of MinG32.Chris Johns2014-04-081-1/+2
| | | | | | | | | | Hack round the FreeBSD iconv support in Freebsd 10. In 10 libc now supports iconv however iconv.h is present under /usr/local. Start to add support to build qemu for MinGW via a Cxc. This is a work in progress and contains lots of hidden traps. In config.py separate out of the canadian build status.
* config: Update qemu to build on FreeBSD.Chris Johns2014-02-111-1/+2
| | | | | Update configuration to build on FreeBSD. This is based on pkg-config detecting the packages installed on the host.
* config: Add support to build qemu.Chris Johns2014-02-041-0/+79
Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.