diff options
author | Lionel Landwerlin <llandwerlin@gmail.com> | 2009-11-15 11:12:55 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-01-27 14:57:20 +0100 |
commit | 96662841910829fd9255b719a701a129189810af (patch) | |
tree | 4c84cf9d98458fe8e1d9f4b6422d20fa434bbfd0 /package | |
parent | 8fb159e14002d7a0ac51d5a531b1015dabb2f05a (diff) |
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')
-rw-r--r-- | package/gperf/gperf.mk | 1 |
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)) |