소스 검색

force libelf to be selected

Mike Frysinger 20 년 전
부모
커밋
1c5a0151a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.