mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
libidn2 is preferred over libidn, see src/util.c: #if defined(HAVE_LIBIDN2) #include <idn2.h> #elif defined(HAVE_IDN) #include <idna.h> #endif So select libidn2 if libidn is not enabled Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>