[Pixman] [PATCH] build: Remove useless DEP_CFLAGS/DEP_LIBS variables

2012-09-16 Thread Matt Turner
Reduces the size of the generated pixman/Makefile from 46k to 41k. --- configure.ac |2 -- pixman-1.pc.in |4 ++-- pixman/Makefile.am | 23 +-- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/configure.ac b/configure.ac index

[Pixman] [PATCH] build: Support building Loongson code for 2e, 2f, 3a

2012-09-16 Thread Matt Turner
pixman/Makefile.am contains a hack that allows pixman-mmx.c to be compiled with different overriding CFLAGS, since automake seriously doesn't have a way to do this. Seriously stupid. It works by defining a new rule and recursively calling make with modified CFLAGS set. Note the difference