diff options
author | Christian König <[email protected]> | 2012-01-24 12:19:59 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2012-01-25 10:34:26 +0100 |
commit | c2e2b58a58880c9b9f189fc154205e99144e9502 (patch) | |
tree | b78215006e32cddb0bc289efbb6736373f704226 /configure.ac | |
parent | 36fb83e4a868e047521b3d5e0edc4d7a77a96aaf (diff) |
st/xvmc: remove xorg-server dependency
Fixing a circular build dependency.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 18a40fceade..2472cc141b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1586,7 +1586,7 @@ if test "x$enable_gallium_g3dvl" = xyes; then fi if test "x$enable_xvmc" = xyes; then - PKG_CHECK_MODULES([XVMC], [xvmc >= 1.0.6 xorg-server]) + PKG_CHECK_MODULES([XVMC], [xvmc >= 1.0.6]) GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS xorg/xvmc" HAVE_ST_XVMC="yes" fi |