From f97516d6cf2da7537fe18a02552b1e7583850c49 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 28 Jul 2019 21:45:10 +0200 Subject: Add animation to Cairo test program Mainly to be able to test backends, this is still a silly program. --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index c7dc05c..d997be0 100644 --- a/wscript +++ b/wscript @@ -264,7 +264,8 @@ def build(bld): build_test('pugl_test', platform, 'gl', uselib=['M']) if bld.is_defined('HAVE_CAIRO'): - build_test('pugl_cairo_test', platform, 'cairo', uselib=['CAIRO']) + build_test('pugl_cairo_test', platform, 'cairo', + uselib=['M', 'CAIRO']) if bld.env.DOCS: bld(features = 'subst', -- cgit v1.2.1