mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
webkit: Restrict supported architectures
See Source/WTF/wtf/Platform.h. Webkit is only supported for arm, armeb, i386, mips, mipsel, powerpc, sh, sparc, x86_64. [Thomas P: propagate dependency to the midori package.] Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a87a6ca27d
commit
b678b2a422
@@ -4,6 +4,8 @@ config BR2_PACKAGE_WEBKIT
|
||||
depends on BR2_USE_WCHAR # enchant -> libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # enchant -> libglib2
|
||||
depends on BR2_PACKAGE_LIBGTK2
|
||||
depends on (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel || \
|
||||
BR2_powerpc || BR2_sh || BR2_sparc || BR2_x86_64)
|
||||
select BR2_PACKAGE_ICU
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
|
||||
Reference in New Issue
Block a user