Skip to content

Commit db70dfc

Browse files
committed
Pixman must depend on zlib explicitly
Fixes #670
1 parent 7d275e3 commit db70dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/pixman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends: [autotools_package]
22

33
dependencies:
4-
build: [pkg-config, png]
4+
build: [pkg-config, png, zlib]
55
run: [pkg-config]
66

77
defaults:

0 commit comments

Comments
 (0)