From 8ddc479f48abc5a6f175d93441c7ef05ef3c6608 Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Mon, 18 Mar 2013 13:34:35 -0600 Subject: [PATCH] configure.ac: Build dricommon for gallium swrast When building dri-swrast, use gallium_check_st to set HAVE_COMMON_DRI. Commit 07f2dee7 added setting of HAVE_COMMON_DRI in gallium_check_st. But the dri-swrast case did not use gallium_check_st. So dri/common was still not built. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4b5b045..975a3aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1854,7 +1854,7 @@ if test "x$with_gallium_drivers" != x; then fi if test "x$HAVE_ST_DRI" = xyes; then - GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-swrast" + gallium_check_st "" "dri-swrast" "" "" "" "" fi if test "x$HAVE_ST_VDPAU" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS vdpau-softpipe" -- 1.7.9.5