Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380303 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-9 lines)
Lines 1789-1802 gallium_check_st() { Link Here
1789
    fi
1789
    fi
1790
}
1790
}
1791
1791
1792
gallium_require_llvm() {
1793
    if test "x$MESA_LLVM" = x0; then
1794
        case "$host_cpu" in
1795
        i*86|x86_64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);;
1796
        esac
1797
    fi
1798
}
1799
1800
dnl Gallium drivers
1792
dnl Gallium drivers
1801
dnl Duplicates in GALLIUM_DRIVERS_DIRS are removed by sorting it after this block
1793
dnl Duplicates in GALLIUM_DRIVERS_DIRS are removed by sorting it after this block
1802
if test "x$with_gallium_drivers" != x; then
1794
if test "x$with_gallium_drivers" != x; then
Lines 1825-1831 if test "x$with_gallium_drivers" != x; then Link Here
1825
            gallium_check_st "i965/drm" "dri-i965" "xorg-i965"
1817
            gallium_check_st "i965/drm" "dri-i965" "xorg-i965"
1826
            ;;
1818
            ;;
1827
        xr300)
1819
        xr300)
1828
            gallium_require_llvm "Gallium R300"
1829
            GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r300"
1820
            GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r300"
1830
            gallium_check_st "radeon/drm" "dri-r300" "xorg-r300" "" "xvmc-r300" "vdpau-r300" "va-r300"
1821
            gallium_check_st "radeon/drm" "dri-r300" "xorg-r300" "" "xvmc-r300" "vdpau-r300" "va-r300"
1831
            ;;
1822
            ;;

Return to bug 380303