From 56fd1bce910c60366a8cd6c04496f7e56a90b8a1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 15 Oct 2010 00:56:26 +0200 Subject: [PATCH] projects/ATV/options: typo, build without games and emulators support Signed-off-by: Stephan Raue --- projects/ATV/options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ATV/options b/projects/ATV/options index dd2a7e0868..c1701a941b 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -130,7 +130,7 @@ GRAPHIC_DRIVERS="nouveau" # Use VDPAU video acceleration (needs nVidia driver and a supported card) - VDPAU="mo" + VDPAU="no" # Use VAAPI video acceleration (needs intel i965 driver and a supported card) VAAPI="no" @@ -184,10 +184,10 @@ INSTALLER_SUPPORT="yes" # build with games support (yes / no) - GAMES="yes" + GAMES="no" # build with emulator support (yes / no) - EMULATORS="yes" + EMULATORS="no" # Testpackages for development (yes / no) TESTING="no"