commit 8410d09d214a67400caf0e16acafd7594ba9af35
parent afb706d146832ba6fb41a40eb0e408f7c81a3fc2
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Mon, 17 Oct 2016 23:54:41 +0300
Merge pull request #3353 from diizzyy/patch-19
gdisk: Use libpopt instead of popt as dependency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/gdisk/Makefile b/utils/gdisk/Makefile
@@ -24,7 +24,7 @@ define Package/gdisk
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=disc
- DEPENDS:=+libstdcpp +popt +libuuid
+ DEPENDS:=+libstdcpp +libpopt +libuuid
TITLE:=Partition utility that supports GPT
URL:=http://www.rodsbooks.com/gdisk
MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>