[Buildroot] [git commit branch/next] package/perf: if numactl (libnuma) is enabled, depend on it

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:57:46 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=1bc36855ca5efbca00035d3f157b0dd51e28687d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Steven Noonan <steven at uplinklabs.net>
[Romain:
  - fix coding style]
Reviewed-by: Romain Naour <romain.naour at openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/perf/perf.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/perf/perf.mk b/package/perf/perf.mk
index dee05c3..9fdce95 100644
--- a/package/perf/perf.mk
+++ b/package/perf/perf.mk
@@ -36,6 +36,10 @@ ifeq ($(BR2_PACKAGE_SLANG),y)
 PERF_DEPENDENCIES += slang
 endif
 
+ifeq ($(BR2_PACKAGE_NUMACTL),y)
+PERF_DEPENDENCIES += numactl
+endif
+
 ifeq ($(BR2_PACKAGE_ELFUTILS),y)
 PERF_DEPENDENCIES += elfutils
 else


More information about the buildroot mailing list