diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-16 15:31:34 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-16 15:32:09 +0100 |
commit | 6de6fcefdef8d03318bf431a2f650bbe80b9753e (patch) | |
tree | 84e13445e6186a459ac30473ba6d516b018a935e /cairo/pixman/makefile.mk | |
parent | b55c8f783d9668c1beeadf631c6a50f3f8dbd815 (diff) |
Missing pixman file
Diffstat (limited to 'cairo/pixman/makefile.mk')
-rw-r--r-- | cairo/pixman/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cairo/pixman/makefile.mk b/cairo/pixman/makefile.mk index b0595e8a36f1..fd9d960c2cb7 100644 --- a/cairo/pixman/makefile.mk +++ b/cairo/pixman/makefile.mk @@ -48,6 +48,8 @@ PIXMANVERSION=0.24.0 TARFILE_NAME=pixman-$(PIXMANVERSION) TARFILE_MD5=db5ffcd50064421176e8afb7b85fd1a7 +ADDITIONAL_FILES=Makefile.win32.common + PATCH_FILES=..$/$(TARFILE_NAME).patch # Note: we are building static pixman library to avoid linking problems. |