gdisk: Use libpopt instead of popt as dependency
authorDaniel Engberg <redacted>
Mon, 17 Oct 2016 20:46:44 +0000 (22:46 +0200)
committerGitHub <redacted>
Mon, 17 Oct 2016 20:46:44 +0000 (22:46 +0200)
Adds correct dependency

Signed-off-by: Daniel Engberg <redacted>
utils/gdisk/Makefile

index 8797a5793de7c6407048e3c2cbff2b9ccf27deff..b55a7a98f8a4caf4280f5b7d97bc325a53020e7b 100644 (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>
git clone https://git.99rst.org/PROJECT