mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
cegui06: need dynamic library support
Fixes: http://autobuild.buildroot.org/results/caf/caf421629f4465cd347dc40af0b559c4d9b0c09f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
29e583388f
commit
d1284c5022
@ -1,10 +1,11 @@
|
|||||||
comment "cegui06 needs a toolchain w/ C++, threads"
|
comment "cegui06 needs a toolchain w/ C++, threads, dynamic library"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB
|
||||||
|
|
||||||
config BR2_PACKAGE_CEGUI06
|
config BR2_PACKAGE_CEGUI06
|
||||||
bool "cegui06"
|
bool "cegui06"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
|
@ -50,11 +50,15 @@ comment "client needs a toolchain w/ threads, C++"
|
|||||||
config BR2_PACKAGE_SPICE_GUI
|
config BR2_PACKAGE_SPICE_GUI
|
||||||
bool "Enable GUI"
|
bool "Enable GUI"
|
||||||
depends on BR2_PACKAGE_SPICE_CLIENT
|
depends on BR2_PACKAGE_SPICE_CLIENT
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
select BR2_PACKAGE_CEGUI06
|
select BR2_PACKAGE_CEGUI06
|
||||||
help
|
help
|
||||||
Say 'y' here to enable the Graphical User Interface (GUI)
|
Say 'y' here to enable the Graphical User Interface (GUI)
|
||||||
start dialog.
|
start dialog.
|
||||||
|
|
||||||
|
comment "gui needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_PREFER_STATIC_LIB
|
||||||
|
|
||||||
config BR2_PACKAGE_SPICE_TUNNEL
|
config BR2_PACKAGE_SPICE_TUNNEL
|
||||||
bool "Enable network redirection"
|
bool "Enable network redirection"
|
||||||
select BR2_PACKAGE_SLIRP
|
select BR2_PACKAGE_SLIRP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user