Browse Source

force libelf to be selected

Mike Frysinger 20 years ago
parent
commit
1c5a0151a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/ltrace/Config.in

+ 1 - 0
package/ltrace/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LTRACE
 	bool "ltrace"
 	default n
+	depends on BR2_PACKAGE_LIBELF
 	help
 	  Debugging program which runs a specified command until it exits.