diff options
author | David Robillard <d@drobilla.net> | 2019-07-28 21:45:10 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-29 22:43:52 +0200 |
commit | f97516d6cf2da7537fe18a02552b1e7583850c49 (patch) | |
tree | 9c35daf016192bbe3bdd4eea3e1b4d20326b11b4 /wscript | |
parent | 94f747857f6ea5e83c41ccae71980f0385240db3 (diff) | |
download | pugl-f97516d6cf2da7537fe18a02552b1e7583850c49.tar.gz pugl-f97516d6cf2da7537fe18a02552b1e7583850c49.tar.bz2 pugl-f97516d6cf2da7537fe18a02552b1e7583850c49.zip |
Add animation to Cairo test program
Mainly to be able to test backends, this is still a silly program.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', |