config/options: build with xinerama and composite support if building with fglrx driver

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-20 17:18:00 +02:00
parent 0f05bb40d8
commit 08711adf73

View File

@ -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