From: Maxime Hadjinlian Date: Sat, 24 May 2014 17:55:47 +0000 (+0200) Subject: xbmc: Add missing unicode properties supports X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efaeae52eb996e1c37cf6d51f471355dcd17faac;p=buildroot.git xbmc: Add missing unicode properties supports At startup, XBMC complains that PCRE is lacking unicode properties supports. Signed-off-by: Maxime Hadjinlian Tested-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in index 75666a4b95..4db73789a3 100644 --- a/package/xbmc/Config.in +++ b/package/xbmc/Config.in @@ -39,6 +39,7 @@ menuconfig BR2_PACKAGE_XBMC select BR2_PACKAGE_NCURSES select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_PCRE + select BR2_PACKAGE_PCRE_UCP select BR2_PACKAGE_PYTHON select BR2_PACKAGE_PYTHON_BSDDB select BR2_PACKAGE_PYTHON_BZIP2