From: Lionel Landwerlin Date: Sun, 15 Nov 2009 10:12:55 +0000 (+0100) Subject: gperf: add gperf-host package (required by webkit) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96662841910829fd9255b719a701a129189810af;p=buildroot.git gperf: add gperf-host package (required by webkit) Signed-off-by: Lionel Landwerlin Signed-off-by: Peter Korsgaard --- diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk index 0dec44e3ba..89f355b44c 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))