mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
dnsmasq: idn support requires wchar
IDN support requires wchar, otherwise libintl will fail to build. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
cbe7186c85
commit
126a2e75f5
@ -23,6 +23,7 @@ config BR2_PACKAGE_DNSMASQ_DHCP
|
|||||||
config BR2_PACKAGE_DNSMASQ_IDN
|
config BR2_PACKAGE_DNSMASQ_IDN
|
||||||
bool "IDN support (BIG!)"
|
bool "IDN support (BIG!)"
|
||||||
depends on BR2_PACKAGE_DNSMASQ
|
depends on BR2_PACKAGE_DNSMASQ
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_LIBINTL
|
select BR2_PACKAGE_LIBINTL
|
||||||
select BR2_PACKAGE_LIBIDN
|
select BR2_PACKAGE_LIBIDN
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user