mirror of https://github.com/openwrt/packages.git
Merge pull request #3353 from diizzyy/patch-19
gdisk: Use libpopt instead of popt as dependencypull/3355/head
commit
8410d09d21
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue