Browse Source

gdisk: Use libpopt instead of popt as dependency

Adds correct dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
Daniel Engberg 8 years ago
committed by GitHub
parent
commit
3768670ae1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/gdisk/Makefile

+ 1
- 1
utils/gdisk/Makefile 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>


Loading…
Cancel
Save