diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-10 18:01:33 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-10 18:04:51 +0000 |
commit | 301aebfa71143fb610eb7b816376a8c1f3e07208 (patch) | |
tree | be6ad6438e186dff6f1f055a5cf7ccd49d4c48c6 /configure.ac | |
parent | 65c320e677b8ab4d745568b33f381d5865bf8b73 (diff) |
configure: Add -lX11 required to link the legacy libI810XvMC.so
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 3a4b6dbc..988cf51e 100644 --- a/configure.ac +++ b/configure.ac @@ -416,7 +416,7 @@ AM_CONDITIONAL(DRI2, test "x$DRI2" = xyes) AC_MSG_RESULT([$DRI2]) if test "$XVMC" = yes; then - PKG_CHECK_MODULES(XVMCLIB, [xvmc dri2proto], [], [XVMC=no]) + PKG_CHECK_MODULES(XVMCLIB, [xvmc dri2proto x11], [], [XVMC=no]) PKG_CHECK_MODULES(XCB, [x11-xcb xcb-dri2 xcb-aux], [], [XVMC=no]) fi AC_MSG_CHECKING([whether to include XvMC support]) |