gdisk: Use libpopt instead of popt as dependency

Adds correct dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg 2016-10-17 22:46:44 +02:00 committed by GitHub
parent afb706d146
commit 3768670ae1

View file

@ -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>