commit 3768670ae186746c7b7ce312cdd331063c22a7b9
parent afb706d146832ba6fb41a40eb0e408f7c81a3fc2
Author: Daniel Engberg <diizzyy@users.noreply.github.com>
Date: Mon, 17 Oct 2016 22:46:44 +0200
gdisk: Use libpopt instead of popt as dependency
Adds correct dependency
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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>