summaryrefslogtreecommitdiffstats
path: root/package/gperf
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2009-11-15 11:12:55 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-01-27 14:57:20 +0100
commit96662841910829fd9255b719a701a129189810af (patch)
tree4c84cf9d98458fe8e1d9f4b6422d20fa434bbfd0 /package/gperf
parent8fb159e14002d7a0ac51d5a531b1015dabb2f05a (diff)
downloadbuildroot-novena-96662841910829fd9255b719a701a129189810af.tar.gz
buildroot-novena-96662841910829fd9255b719a701a129189810af.zip
gperf: add gperf-host package (required by webkit)
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gperf')
-rw-r--r--package/gperf/gperf.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk
index 0dec44e3b..89f355b44 100644
--- a/package/gperf/gperf.mk
+++ b/package/gperf/gperf.mk
@@ -14,3 +14,4 @@ GPERF_INSTALL_TARGET = YES
GPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
$(eval $(call AUTOTARGETS,package,gperf))
+$(eval $(call AUTOTARGETS,package,gperf,host))