diff options
author | davidovski <david@davidovski.xyz> | 2022-06-03 13:05:13 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-03 13:05:13 +0100 |
commit | 66c326b6d65388e9f1003715ad9675505f01f9d2 (patch) | |
tree | 40d7355cccfa3464902cf339a563e744c28a7101 /repo/fontconfig/fontconfig.xibuild | |
parent | fccdaa986f67f820df2914bef851d5fed77abac8 (diff) |
added porting from alpine linux
Diffstat (limited to 'repo/fontconfig/fontconfig.xibuild')
-rw-r--r-- | repo/fontconfig/fontconfig.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/fontconfig/fontconfig.xibuild b/repo/fontconfig/fontconfig.xibuild index e5dbb6f..ed1d195 100644 --- a/repo/fontconfig/fontconfig.xibuild +++ b/repo/fontconfig/fontconfig.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make libxml2" -DEPS="freetype2" +DEPS="freetype2 util-linux" PKG_VER=2.13.1 SOURCE=https://www.freedesktop.org/software/fontconfig/release/fontconfig-$PKG_VER.tar.bz2 |