Hi Leo, On 25/09/14 15:21, Liu, Leo wrote: > Hi Gwenole and Emil, > [...] > the reason for $(LIBVA_LIBS) is for xcb lib, from configure.ac > + PKG_CHECK_MODULES([LIBVA], [libva >= 0.35.0 x11-xcb xcb-dri2 >= > $XCBDRI2_REQUIRED]) > > I will separate them, and remove libva for link. > I've completely forgot that the patch that splits them out did not land.
The easiest/shortest thing you can do is (based on vdpau) PKG_CHECK_MODULES([LIBVA], [libva >= 0.35.0 x11-xcb xcb-dri2 >= $XCBDRI2_REQUIRED], [LIBVA_LIBS="`$PKG_CONFIG --libs x11-xcb xcb-dri2 >= $XCBDRI2_REQUIRED`"]) Pardon for the bashing, Emil > Thanks, > Leo _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev