xbmc: Add missing unicode properties supports
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Sat, 24 May 2014 17:55:47 +0000 (19:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 25 May 2014 20:39:42 +0000 (22:39 +0200)
At startup, XBMC complains that PCRE is lacking unicode properties
supports.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/xbmc/Config.in

index 75666a4b9593fdfde2b0a51a7b3c64568e06b8eb..4db73789a3cb817348e00343a3c80a73385b91e0 100644 (file)
@@ -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