From ce555f26e7214e40f3197fd2d03dd6a0a3ef8da0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 12 Mar 2013 16:05:52 +0100 Subject: [PATCH] projects/ATV: dont install upower, not needed after XBMC-PR2403 Signed-off-by: Stephan Raue --- projects/ATV/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ATV/options b/projects/ATV/options index 5432431588..b21caf6cae 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -223,7 +223,7 @@ UDISKS="yes" # build and install powermanagement support (upower) (yes / no) - UPOWER="yes" + UPOWER="no" # build and install exFAT fuse support (yes / no) EXFAT="yes"