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

webkit: use BR2_ARM_CPU_ARM* options



The webkit package is not available on ARM < v5, so this commit
switches to using the newly introduced BR2_ARM_CPU_ARM* options
instead of per ARM core options.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 352bb926
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
	bool
	# ARM needs BLX, so v5t+
	default y if (BR2_arm || BR2_armeb) && \
		!(BR2_arm920t || BR2_arm922t || BR2_fa526)
	default y if (BR2_arm || BR2_armeb) && !BR2_ARM_CPU_ARMV4
	default y if BR2_i386 || BR2_mips || BR2_mipsel || \
		BR2_sparc || BR2_x86_64
	depends on BR2_USE_MMU # libgail -> pango -> libglib2