json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / x11 / xf86-video-openchrome / patches / 04.disable-xvmc.patch
blob410aaefed7825420a6e33fc0e5042bbf60d22064
1 diff --git a/configure.ac b/configure.ac
2 index 6fb5476..f2cad6c 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -133,6 +133,12 @@ else
6 XVMC="no"
7 fi
9 +dnl No support for openchrome DRI on Solaris
10 +case $host_os in
11 + *solaris*)
12 + XVMC="no" ;;
13 +esac
15 if test "x$XVMC" = xyes; then
16 AC_CHECK_HEADERS(pthread.h sys/ioctl.h sys/time.h time.h,,[XVMC="no"; break],)
17 PKG_CHECK_MODULES(XVMC, [x11 xext xvmc])