mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
webkit: depend on C++ + wchar support in toolkit, as icu needs it
This commit is contained in:
parent
c6da11ea45
commit
0441f3c64b
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_WEBKIT
|
config BR2_PACKAGE_WEBKIT
|
||||||
bool "webkit"
|
bool "webkit"
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_LIBGTK2
|
select BR2_PACKAGE_LIBGTK2
|
||||||
select BR2_PACKAGE_ICU
|
select BR2_PACKAGE_ICU
|
||||||
select BR2_PACKAGE_CURL
|
select BR2_PACKAGE_CURL
|
||||||
@ -11,3 +13,5 @@ config BR2_PACKAGE_WEBKIT
|
|||||||
|
|
||||||
http://webkit.org/
|
http://webkit.org/
|
||||||
|
|
||||||
|
comment "webkit requires a toolchain with C++ support and WCHAR enabled"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user