From fd0da07387aaaa2b650bd27d3145df36316cf38c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 4 Jul 2011 13:13:33 +0200 Subject: [PATCH] config/options: enable llvm support for r300 gallium driver Signed-off-by: Stephan Raue --- config/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/options b/config/options index b76f35c396..4e2afa2368 100644 --- a/config/options +++ b/config/options @@ -77,7 +77,7 @@ fi get_graphicdrivers() { if [ "$GRAPHIC_DRIVERS" = "all" ]; then - GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 nvidia vmware" + GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 fglrx nvidia vmware" fi for drv in $GRAPHIC_DRIVERS; do @@ -137,7 +137,7 @@ get_graphicdrivers() { # DRI_DRIVERS="$DRI_DRIVERS,r300" GALLIUM_DRIVERS="$GALLIUM_DRIVERS,r300" XORG_DRIVERS="$XORG_DRIVERS ati" -# LLVM_SUPPORT="yes" + LLVM_SUPPORT="yes" fi if [ "$drv" = "r600" ]; then