summaryrefslogtreecommitdiff
path: root/repo/system/gettext.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-30 22:24:25 +0000
committerdavidovski <david@davidovski.xyz>2022-01-30 22:24:25 +0000
commite3161198781aab401d197a4c1a57ecd6b1510dbd (patch)
treeb52922975248305f86c410b94539a87363bca246 /repo/system/gettext.xibuild
parent3043733b0bcd6f81b472d442f660eab2ba582b65 (diff)
added missing deps
Diffstat (limited to 'repo/system/gettext.xibuild')
-rw-r--r--repo/system/gettext.xibuild2
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