diff options
Diffstat (limited to 'repo/fontconfig')
-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 |