Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] xbmc: Add missing unicode properties supports
@ 2014-05-24 17:55 Maxime Hadjinlian
  2014-05-25 19:41 ` Yann E. MORIN
  2014-05-25 20:39 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Hadjinlian @ 2014-05-24 17:55 UTC (permalink / raw)
  To: buildroot

At startup, XBMC complains that PCRE is lacking unicode properties
supports.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/xbmc/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in
index 0f45f5c..d94cdad 100644
--- a/package/xbmc/Config.in
+++ b/package/xbmc/Config.in
@@ -40,6 +40,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
-- 
2.0.0.rc0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-25 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-24 17:55 [Buildroot] [PATCH] xbmc: Add missing unicode properties supports Maxime Hadjinlian
2014-05-25 19:41 ` Yann E. MORIN
2014-05-25 20:39 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox