diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 00:06:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 00:06:34 +0000 |
commit | 5442ca04ca80c16bd4bcde79e269d396a83d7274 (patch) | |
tree | 8a6977e7d13cd33047d0d91763f7939d92243990 /repo/devel/pkg-config.xibuild | |
parent | 783e0ebb0da2dd64ce52f2225337af2c0e7e001f (diff) |
added libiconv as dep to pkg-config
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 c38c2ac..4e339e7 100644 --- a/repo/devel/pkg-config.xibuild +++ b/repo/devel/pkg-config.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(glibc) +DEPS=(glibc libiconv) PKG_VER=0.29.2 SOURCE=https://pkg-config.freedesktop.org/releases/pkg-config-$PKG_VER.tar.gz |