浏览代码

Highlight dependencies for mpatrol

Ulf Samuelsson 18 年之前
父节点
当前提交
9ec80630a1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/mpatrol/Config.in

+ 2 - 0
package/mpatrol/Config.in

@@ -1,6 +1,8 @@
 config BR2_PACKAGE_MPATROL
 	bool "mpatrol"
 	default n
+	depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF
+
 	help
 	  A debugging tool that attempts to diagnose run-time errors that are
 	  caused by the wrong use of dynamically allocated memory. It acts as