xf86-video-intel: configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Sun Feb 10 10:05:01 PST 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 301aebfa71143fb610eb7b816376a8c1f3e07208
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Feb 10 18:01:33 2013 +0000

    configure: Add -lX11 required to link the legacy libI810XvMC.so
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/configure.ac b/configure.ac
index 3a4b6db..988cf51 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])


More information about the xorg-commit mailing list