mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
Merge pull request #3353 from diizzyy/patch-19
gdisk: Use libpopt instead of popt as dependency
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user