packages: missing propagation of !mmu from pango
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 23 Feb 2014 22:58:09 +0000 (23:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 24 Feb 2014 08:02:24 +0000 (09:02 +0100)
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>
package/gstreamer/gst-plugins-base/Config.in
package/gstreamer1/gst1-plugins-base/Config.in
package/libgail/Config.in
package/webkit/Config.in

index 95f84d385e50c5e91ac7ec87c048ee7f05d15da5..ccc88f7cd83a86d0a0ed43d6fa156eb9b11195af 100644 (file)
@@ -87,6 +87,7 @@ config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_PANGO
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_USE_WCHAR # pango -> libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> libglib2
+       depends on BR2_USE_MMU # pango -> glib2
        select BR2_PACKAGE_PANGO
 
 comment "pango plugin needs a toolchain w/ C++, wchar, threads"
index 55960ea9a68c04ddc7b600aa8b9d9a928ce34446..3b487c5f6a8baa6bc357587b93b0e48c32577f5a 100644 (file)
@@ -131,6 +131,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_USE_WCHAR # pango -> libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> libglib2
+       depends on BR2_USE_MMU # pango -> libglib2
        select BR2_PACKAGE_PANGO
        help
          Pango-based text rendering and overlay
index 4335bef347db564fba0006c49cce7a47a258d495..e9975329b1fe6608acb94ec8f3fd71474686d005 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBGAIL
        bool "libgail"
        depends on BR2_USE_WCHAR # pango -> libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> libglib2
+       depends on BR2_USE_MMU # pango -> libglib2
        depends on BR2_PACKAGE_LIBGTK2
        select BR2_PACKAGE_PANGO
        help
index 0486490a2615a5d54626f6f33dda91e1f6a49bbc..2b0addcf5a4b8b73542e604f5e6258446e717f86 100644 (file)
@@ -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