From patchwork Sun Sep 16 22:57:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [07/11] package/lshw: add missing dependency on gettext Date: Sun, 16 Sep 2012 12:57:52 -0000 From: "Yann E. MORIN" X-Patchwork-Id: 184169 Message-Id: <1347836276-24262-8-git-send-email-yann.morin.1998@free.fr> To: buildroot@busybox.net Cc: Thomas Petazzoni , Maxime Ripard , "Yann E. MORIN" lshw.mk defines a build-dependency on gettext, but not in its Config.in. Signed-off-by: "Yann E. MORIN" Tested-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: Arnout Vandecappelle (Essensium/Mind) CC: Samuel Martin --- package/lshw/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/lshw/Config.in b/package/lshw/Config.in index 4960ac9..98beacd 100644 --- a/package/lshw/Config.in +++ b/package/lshw/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_LSHW depends on BR2_INSTALL_LIBSTDCPP depends on BR2_LARGEFILE depends on BR2_USE_WCHAR + select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT help lshw (Hardware Lister) is a small tool to provide detailed information on the hardware configuration of the machine.