From e9cdf793f22b2b157a1b52f3b700ea37a3a7a7e3 Mon Sep 17 00:00:00 2001 From: davehome Date: Wed, 2 Nov 2011 04:08:16 -0600 Subject: [PATCH] libdrm: disable building of tests to avoid cairo dep --- srcpkgs/libdrm/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libdrm/template b/srcpkgs/libdrm/template index 53a5a00816a..a77bd555c11 100644 --- a/srcpkgs/libdrm/template +++ b/srcpkgs/libdrm/template @@ -29,4 +29,5 @@ Add_dependency build libpciaccess-devel pre_configure() { autoreconf -fi + sed -i 's/modetest//g' tests/Makefile.in }