[OE-core] [PATCH] xf86-video-intel: drop libxvmc dependency

Burton, Ross ross.burton at intel.com
Wed Oct 3 10:55:57 UTC 2012


On 3 October 2012 11:48, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> My other question was whether we need any m4 macros from xvmc to
> reautoconf it?

if test "$XVMC" = yes; then
	PKG_CHECK_MODULES(XVMCLIB,
			  [xvmc xext xfixes dri2proto x11-xcb xcb-dri2 xcb-aux],
			  [XVMC=yes], [XVMC=no])
fi

Nope, it uses pkgconfig.

Ross




More information about the Openembedded-core mailing list