mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
connman: fixup libglib2 (gettext) dependencies
Connman was missing from commit b730010c90a (package: gettext needs WCHAR support). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d6d52903bb
commit
fdba8d85e0
@ -5,6 +5,7 @@ config BR2_PACKAGE_CONNMAN
|
|||||||
select BR2_PACKAGE_IPTABLES
|
select BR2_PACKAGE_IPTABLES
|
||||||
select BR2_PACKAGE_GNUTLS
|
select BR2_PACKAGE_GNUTLS
|
||||||
depends on !(BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32)
|
depends on !(BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32)
|
||||||
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
help
|
help
|
||||||
The Connection Manager (ConnMan) project provides a daemon for
|
The Connection Manager (ConnMan) project provides a daemon for
|
||||||
managing internet connections within embedded devices running
|
managing internet connections within embedded devices running
|
||||||
@ -44,5 +45,5 @@ config BR2_PACKAGE_CONNMAN_CLIENT
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_CONNMAN
|
endif # BR2_PACKAGE_CONNMAN
|
||||||
|
|
||||||
comment "connman needs a toolchain with resolver support"
|
comment "connman needs a toolchain with WCHAR and resolver support"
|
||||||
depends on BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32
|
depends on BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32 || !BR2_USE_WCHAR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user