summaryrefslogtreecommitdiff
path: root/repo/system/ncurses.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-30 19:52:46 +0000
committerdavidovski <david@davidovski.xyz>2022-01-30 19:52:46 +0000
commit852defd61c430b5e896638ac267e76cac28110d5 (patch)
tree651e6a9228955e19813ef77ec33992bd82bb8d73 /repo/system/ncurses.xibuild
parent2eec6103068f3dce5ea33e3e9e0821f2a4b4f6af (diff)
added pkg-config to ncurses make dep
Diffstat (limited to 'repo/system/ncurses.xibuild')
-rw-r--r--repo/system/ncurses.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/ncurses.xibuild b/repo/system/ncurses.xibuild
index 30194bc..506d9bb 100644
--- a/repo/system/ncurses.xibuild
+++ b/repo/system/ncurses.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make )
+MAKEDEPS=(make pkg-config)
DEPS=(glibc)
PKG_VER=6.3