procps-ng: add dependency on host-pkgconf
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Apr 2015 15:27:44 +0000 (17:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Apr 2015 15:27:44 +0000 (17:27 +0200)
commiteaa942c4047e599340ae8d664a52307bb84a31a3
tree18424986851292ac0e39864d8db34025f7ae97fb
parent4d094d9eb4edba5b6c3c229a2c02da1427e43fe5
procps-ng: add dependency on host-pkgconf

procps-ng configure.ac script uses PKG_CHECK_MODULES(), which needs
pkg-config. Until now, it wasn't mandatory since for the ncurses check
it tries PKG_CHECK_MODULES() and then falls back to AC_CHECK_LIB(),
but for the upcoming systemd support, pkg-config is really needed.

Since pkg-config is used both for the ncurses and systemd checks, we
make it a mandatory dependency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/procps-ng/procps-ng.mk