summaryrefslogtreecommitdiff
path: root/package/gptfdisk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-02-09 15:38:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-02-09 15:38:24 +0100
commit9a9f72a7d66f29e988d0bbe207d53e2961f6df5f (patch)
tree2854b7b602da10ca723bcd83f736db9104b1f60a /package/gptfdisk
parenta255f372e4f04283bd7dd9b12582ee4b4a268f84 (diff)
cfgfs: search for GPT partition as fallback
Diffstat (limited to 'package/gptfdisk')
-rw-r--r--package/gptfdisk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/gptfdisk/Makefile b/package/gptfdisk/Makefile
index bd01bc0ac..37d170761 100644
--- a/package/gptfdisk/Makefile
+++ b/package/gptfdisk/Makefile
@@ -9,8 +9,10 @@ PKG_RELEASE:= 1
PKG_HASH:= 864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fdfaeac7
PKG_DESCR:= utilities to create gpt partition tables
PKG_SECTION:= sys/fs
-PKG_BUILDDEP:= util-linux popt
+PKG_DEPENDS:= libncurses libuuid
+PKG_BUILDDEP:= util-linux popt ncurses
HOST_BUILDDEP:= util-linux-host popt-host
+PKG_NEEDS:= c++
PKG_URL:= http://www.rodsbooks.com/gdisk/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=gptfdisk/}