Commit ec7c940a authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent da02c352
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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