diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 22:24:25 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 22:24:25 +0000 |
commit | e3161198781aab401d197a4c1a57ecd6b1510dbd (patch) | |
tree | b52922975248305f86c410b94539a87363bca246 /repo | |
parent | 3043733b0bcd6f81b472d442f660eab2ba582b65 (diff) |
added missing deps
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/gettext.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/gettext.xibuild b/repo/system/gettext.xibuild index 05f6fb7..6d7b420 100644 --- a/repo/system/gettext.xibuild +++ b/repo/system/gettext.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(acl sh glib) +DEPS=(acl sh) PKG_VER=0.21 SOURCE=https://ftp.gnu.org/pub/gnu/gettext/gettext-$PKG_VER.tar.gz |