From d6e0a0a4f85838ef199f34bed07aa2bf46ec42f9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 2 Feb 2012 19:40:23 +0100 Subject: [PATCH] config/graphic: add more default options Signed-off-by: Stephan Raue --- config/graphic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/graphic b/config/graphic index a4f0d237f8..6d5926d41c 100644 --- a/config/graphic +++ b/config/graphic @@ -1,3 +1,5 @@ +ALSA_SUPPORT="yes" + if [ "$OPENGL" = no ]; then OPENGL_SUPPORT="no" XORG_SUPPORT="no"