[Buildroot] [git commit] package/webkit: select cairo, since we select one of its options

Peter Korsgaard peter at korsgaard.com
Fri Aug 15 22:30:52 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=a110e0c10e4836e497ca27ee965ccf28115b216b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

When selecting an option of a package, that package must also be
selected, otherwise the package is not built.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/webkit/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index b7f903c..8cd1a36 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -17,6 +17,7 @@ config BR2_PACKAGE_WEBKIT
 	depends on BR2_PACKAGE_LIBGTK2
 	depends on BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
 	depends on !BR2_BINFMT_FLAT # icu
+	select BR2_PACKAGE_CAIRO
 	select BR2_PACKAGE_CAIRO_PNG
 	select BR2_PACKAGE_ENCHANT
 	select BR2_PACKAGE_HARFBUZZ


More information about the buildroot mailing list