OSDN Git Service

configure.ac: Build dricommon for gallium swrast
authorMike Stroyan <mike@LunarG.com>
Mon, 18 Mar 2013 19:34:35 +0000 (13:34 -0600)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 6 Jun 2013 06:54:07 +0000 (08:54 +0200)
commit962204961def009610e60b23d40a22f064214dc7
tree8979e5b50b735d6e69dc0faa5703f0f5341561c4
parentce67fb4715e0c2fab01de33da475ef4705622020
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.

v2: set HAVE_COMMON_DRI=yes instead of using gallium_check_st

NOTE: This is a candidate for the 9.1 branch.
      (Depends on 7de78ce5 and 07f2dee)

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61821
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
configure.ac