mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
qt: hide shared library option if BR2_PREFER_STATIC_LIB
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6e85024625
commit
5db57b7ac9
@ -23,12 +23,12 @@ config BR2_PACKAGE_QT_DEMOS
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Library type"
|
prompt "Library type"
|
||||||
default BR2_PACKAGE_QT_SHARED
|
|
||||||
help
|
help
|
||||||
Selects the library type: Shared or Static
|
Selects the library type: Shared or Static
|
||||||
|
|
||||||
config BR2_PACKAGE_QT_SHARED
|
config BR2_PACKAGE_QT_SHARED
|
||||||
bool "Shared library"
|
bool "Shared library"
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
help
|
help
|
||||||
Create and use shared Qt libraries.
|
Create and use shared Qt libraries.
|
||||||
If you have multiple programs that depend on Qt or intend to use
|
If you have multiple programs that depend on Qt or intend to use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user