summaryrefslogtreecommitdiff
path: root/package/powertop
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-03-24 21:57:16 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-25 00:32:40 +0100
commit87f228a4e1654fccaec5593d2340811ee35a899b (patch)
treed13a2e990e59c0121dec50b0ee018b74f8416e47 /package/powertop
parent26ee3d49cd244041cc7c86afa8cde38ed60d284c (diff)
package/powertop: needs gettextize
Fixes http://autobuild.buildroot.net/results/8e7/8e7d1f039b57400b1a6f9c14755b35528a457031/ http://autobuild.buildroot.net/results/4e5/4e5a8f49c80c363b5fb35332e34206c9a4fe4120/ http://autobuild.buildroot.net/results/658/658e11f5b0bf3347a50a387b6271eb43c45025fb/ and many others Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/powertop')
-rw-r--r--package/powertop/powertop.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/powertop/powertop.mk b/package/powertop/powertop.mk
index b253a5668a..4446bc988a 100644
--- a/package/powertop/powertop.mk
+++ b/package/powertop/powertop.mk
@@ -13,6 +13,7 @@ POWERTOP_LICENSE_FILES = COPYING
POWERTOP_AUTORECONF = YES
ifeq ($(BR2_NEEDS_GETTEXT),y)
+POWERTOP_GETTEXTIZE = YES
POWERTOP_DEPENDENCIES += gettext
POWERTOP_CONF_ENV += LIBS='-lintl'
endif