From 3a2669f8bf7708392defc9140fea1c8ce785b94f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 3 Jul 2011 17:59:09 +0200 Subject: [PATCH] chromium: needs flex and gperf to build. --- srcpkgs/chromium/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index a2c97958fdf..5d6f47930c9 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -57,6 +57,8 @@ Add_dependency run libgcc Add_dependency build pkg-config Add_dependency build coreutils Add_dependency build yasm +Add_dependency build flex +Add_dependency build gperf Add_dependency build perl ">=0" Add_dependency build python Add_dependency build libX11-devel