summaryrefslogtreecommitdiff
path: root/do_tests.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-19 22:28:22 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-19 22:28:22 -0800
commitd970d9de1c98bc828365f15fb08aaa8dda214dd6 (patch)
tree63568f8c258660f53b7afc646355818e2b795faf /do_tests.c
parent3147d783925bb42c7af78c9f5508c0dc245b942b (diff)
Bug 31640 - x11perf: Doesn't build without libXft
https://bugs.freedesktop.org/show_bug.cgi?id=31640 Fix trapezoid checks to look for both render & xft Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'do_tests.c')
-rw-r--r--do_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/do_tests.c b/do_tests.c
index ce3026b..e4f3cb1 100644
--- a/do_tests.c
+++ b/do_tests.c
@@ -788,7 +788,7 @@ Test test[] = {
InitTrapezoids, DoTrapezoids, NullProc, EndTrapezoids,
V1_4FEATURE, ROP, 0,
{2, 300, "escherknot", NULL, FillTiled}},
-#ifdef XRENDER
+#if defined(XRENDER) && defined(XFT)
{"-aatrap1", "Fill 1x1 aa trap", NULL,
InitFixedTraps, DoFixedTraps, NullProc, EndFixedTraps,
V1_5FEATURE, NONROP, 0,