mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/dnsmasq: drop wchar dependency on IDN option
wchar dependency on IDN option has been added with commit 126a2e75f5948b30f842862906fca8ed99ffff26 because of libintl However libintl dependency has been dropped with commit bbcbed1829057121f9f9459f62f913626206e823 so remove unneeded wchar dependency Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f999379795
commit
a895bd3426
@ -29,7 +29,6 @@ config BR2_PACKAGE_DNSMASQ_DNSSEC
|
|||||||
|
|
||||||
config BR2_PACKAGE_DNSMASQ_IDN
|
config BR2_PACKAGE_DNSMASQ_IDN
|
||||||
bool "IDN support"
|
bool "IDN support"
|
||||||
depends on BR2_USE_WCHAR
|
|
||||||
select BR2_PACKAGE_LIBIDN
|
select BR2_PACKAGE_LIBIDN
|
||||||
help
|
help
|
||||||
Enable IDN support in dnsmasq.
|
Enable IDN support in dnsmasq.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user