diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 23:10:09 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 23:10:09 +0000 |
commit | 083e531ce95bf47b2717ea13b82ebaacb50a5c3f (patch) | |
tree | 130a364cfb66e149a0102b00cc5715958e9c419f /repo/system | |
parent | 80088ce784e661eb283a39359326e771ce721b52 (diff) |
added missing deps
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/libidn.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libidn.xibuild b/repo/system/libidn.xibuild index 052a7de..9018238 100644 --- a/repo/system/libidn.xibuild +++ b/repo/system/libidn.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(glibc) +DEPS=(glibc libunistring) PKG_VER=2.3.2 SOURCE=https://ftp.gnu.org/gnu/libidn/libidn2-$PKG_VER.tar.gz |