aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-02-15 17:30:58 +0100
committerChristian König <[email protected]>2012-02-25 12:14:26 +0100
commitdcf8ee7d6ac89bb2a9d608618a51604a3c78fe96 (patch)
tree112550308ba022d22f09c08b56d0442a6aaf567e /configure.ac
parent1448e829e86981e6144410ba6a3d0f16357fb2b3 (diff)
st/xvmc: move xvmc state tracker out of xorg subdir
The xvmc state tracker is completely seperate and doesn't shares code or anything else with the xorg state tracker. Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 846b62300a7..627f9c2289c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1582,7 +1582,7 @@ fi
if test "x$enable_xvmc" = xyes; then
PKG_CHECK_MODULES([XVMC], [xvmc >= 1.0.6])
- GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS xorg/xvmc"
+ GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS xvmc"
HAVE_ST_XVMC="yes"
fi