Skip to content

Commit 47c6c28

Browse files
committed
add rules to png
1 parent b2dd91e commit 47c6c28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/src/png/rules.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ $(TARBALLS)/libpng-$(PNG_VERSION).tar.xz:
1616

1717
png: libpng-$(PNG_VERSION).tar.xz .sum-png
1818
$(UNPACK)
19+
$(APPLY) $(SRC)/png/winrt.patch
20+
$(APPLY) $(SRC)/png/bins.patch
21+
$(APPLY) $(SRC)/png/automake.patch
1922
$(MOVE)
2023

2124
DEPS_png = zlib $(DEPS_zlib)

0 commit comments

Comments
 (0)