[Buildroot] [git commit branch/next] package/perf: if slang is enabled, depend on it

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


commit: http://git.buildroot.net/buildroot/commit/?id=15f2cc5f81ea4ee9e6e219426d469f50d49b98d5
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 36989fc..dee05c3 100644
--- a/package/perf/perf.mk
+++ b/package/perf/perf.mk
@@ -32,6 +32,10 @@ ifeq ($(BR2_arc),y)
 PERF_MAKE_FLAGS += NO_BACKTRACE=1
 endif
 
+ifeq ($(BR2_PACKAGE_SLANG),y)
+PERF_DEPENDENCIES += slang
+endif
+
 ifeq ($(BR2_PACKAGE_ELFUTILS),y)
 PERF_DEPENDENCIES += elfutils
 else


More information about the buildroot mailing list