From: Mike Stroyan <mike@LunarG.com>
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(-)