mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
qt: tighten webkit dependencies
webkit needs shared library and gui support to build, so make that visible in Config.in. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
32b748086e
commit
13a51114c6
@ -335,11 +335,16 @@ config BR2_PACKAGE_QT_NETWORK
|
|||||||
|
|
||||||
config BR2_PACKAGE_QT_WEBKIT
|
config BR2_PACKAGE_QT_WEBKIT
|
||||||
bool "WebKit Module"
|
bool "WebKit Module"
|
||||||
|
depends on BR2_PACKAGE_QT_SHARED
|
||||||
|
depends on BR2_PACKAGE_QT_GUI_MODULE
|
||||||
depends on BR2_PACKAGE_QT_NETWORK
|
depends on BR2_PACKAGE_QT_NETWORK
|
||||||
help
|
help
|
||||||
Build the WebKit module.
|
Build the WebKit module.
|
||||||
If unsure, say n.
|
If unsure, say n.
|
||||||
|
|
||||||
|
comment "WebKit needs shared library/gui/network support"
|
||||||
|
depends on !(BR2_PACKAGE_QT_SHARED && BR2_PACKAGE_QT_GUI_MODULE && BR2_PACKAGE_QT_NETWORK)
|
||||||
|
|
||||||
config BR2_PACKAGE_QT_JAVASCRIPTCORE
|
config BR2_PACKAGE_QT_JAVASCRIPTCORE
|
||||||
bool "JavaScriptCore JIT compiler"
|
bool "JavaScriptCore JIT compiler"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user