diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 00:05:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 00:05:37 +0000 |
commit | b80818ed4ae52d7271a69ddb703934aa411d8a99 (patch) | |
tree | cf4bc39ffeb94378c360a1b9f0a9e21da6e550d4 /repo/devel/pkg-config.xibuild | |
parent | 9137ce27f5f6f79ef13ef7933e2f85ebec59b410 (diff) |
moved libiconv
Diffstat (limited to 'repo/devel/pkg-config.xibuild')
-rw-r--r-- | repo/devel/pkg-config.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/pkg-config.xibuild b/repo/devel/pkg-config.xibuild index 4e339e7..c38c2ac 100644 --- a/repo/devel/pkg-config.xibuild +++ b/repo/devel/pkg-config.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(glibc libiconv) +DEPS=(glibc) PKG_VER=0.29.2 SOURCE=https://pkg-config.freedesktop.org/releases/pkg-config-$PKG_VER.tar.gz |