diff options
Diffstat (limited to 'repo/x11/pixman.xibuild')
-rw-r--r-- | repo/x11/pixman.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x11/pixman.xibuild b/repo/x11/pixman.xibuild index cd3c13c..c502b84 100644 --- a/repo/x11/pixman.xibuild +++ b/repo/x11/pixman.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="meson ninja" -DEPS="glibc" +DEPS="musl" PKG_VER=0.40.0 SOURCE=https://www.cairographics.org/releases/pixman-$PKG_VER.tar.gz |