mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/mtr: add libcap optional dependency
libcap is an optional dependency which is enabled by default since version 0.88 and2ff8de3102Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> (cherry picked from commit3d99699f82) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
87a49efa96
commit
d13ad85518
@@ -8,7 +8,10 @@ MTR_VERSION = 0.93
|
||||
MTR_SITE = $(call github,traviscross,mtr,v$(MTR_VERSION))
|
||||
MTR_AUTORECONF = YES
|
||||
MTR_CONF_OPTS = --without-gtk
|
||||
MTR_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_NCURSES),ncurses)
|
||||
MTR_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
$(if $(BR2_PACKAGE_LIBCAP),libcap) \
|
||||
$(if $(BR2_PACKAGE_NCURSES),ncurses)
|
||||
MTR_LICENSE = GPL-2.0
|
||||
MTR_LICENSE_FILES = COPYING
|
||||
MTR_SELINUX_MODULES = netutils
|
||||
|
||||
Reference in New Issue
Block a user