[Xfce4-commits] <postler:master> Update packages used to build unit tests
Christian Dywan
noreply at xfce.org
Fri Jan 7 09:44:01 CET 2011
Updating branch refs/heads/master
to 0c28ec12edf145e6a6fac999993ed01ac16df78c (commit)
from 3af35a4ce8932c9ce3cae08c8255149fa97fc6f8 (commit)
commit 0c28ec12edf145e6a6fac999993ed01ac16df78c
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Jan 6 20:01:06 2011 +0100
Update packages used to build unit tests
tests/wscript_build | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/wscript_build b/tests/wscript_build
index dfdaa25..3d6de9f 100644
--- a/tests/wscript_build
+++ b/tests/wscript_build
@@ -36,7 +36,8 @@ for test in tests:
obj.source = source
obj.find_sources_in_dirs ('../postler', excludes=['postler-reader.vala'])
obj.vapi_dirs = '../postler'
- obj.packages = 'config postler posix gio-2.0 gtk+-2.0 unique-1.0 webkit-1.0'
- obj.uselib = 'GIO GTK UNIQUE WEBKIT'
+ obj.uselib = 'GIO GTHREAD GTK LIBNOTIFY LIBCANBERRA INDICATE UNIQUE WEBKIT'
+ obj.packages = 'config postler posix gio-2.0 gtk+-2.0 libnotify libcanberra ' \
+ 'indicate unique-1.0 webkit-1.0'
obj.unit_test = 1
More information about the Xfce4-commits
mailing list