summaryrefslogtreecommitdiffstats
path: root/package/webkit
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-23 23:58:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-24 09:02:24 +0100
commitec7c940a3b5c0fed964789b2c7c6cf92681471e0 (patch)
tree098f8a1d9de428a36f78272306294c154175fe3f /package/webkit
parentda02c35278206bf3aa9d1a47d28d0e4a5e5ba95f (diff)
downloadbuildroot-ec7c940a3b5c0fed964789b2c7c6cf92681471e0.tar.gz
buildroot-ec7c940a3b5c0fed964789b2c7c6cf92681471e0.zip
packages: missing propagation of !mmu from pango
A number of packages that select Pango (which depends on BR2_USE_MMU) forget to also depends on BR2_USE_MMU. This commit fixes that. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/webkit')
-rw-r--r--package/webkit/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index 0486490a26..2b0addcf5a 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -13,6 +13,7 @@ config BR2_PACKAGE_WEBKIT
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # enchant -> libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # enchant -> libglib2
+ depends on BR2_USE_MMU # libgail -> pango -> libglib2
depends on BR2_PACKAGE_LIBGTK2
depends on BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
depends on !BR2_BINFMT_FLAT # icu
OpenPOWER on IntegriCloud