From 08711adf73802f93f283c865ef78e5b06121a9f4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 20 May 2011 17:18:00 +0200 Subject: [PATCH] config/options: build with xinerama and composite support if building with fglrx driver Signed-off-by: Stephan Raue --- config/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/options b/config/options index 4f4054975a..90cd75b3fb 100644 --- a/config/options +++ b/config/options @@ -112,6 +112,8 @@ get_graphicdrivers() { if [ "$drv" = "fglrx" ]; then XORG_DRIVERS="$XORG_DRIVERS fglrx" + COMPOSITE_SUPPORT="yes" + XINERAMA_SUPPORT="yes" fi if [ "$drv" = "omapfb" ]; then