diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-09 23:37:32 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-14 19:39:46 +0200 |
commit | 7f6b2321a5adbf63fdd50989e58418db93e90454 (patch) | |
tree | 46f33f6ebd468e183f2c554ef6db665de618d638 /tubes/Library_tubes.mk | |
parent | 0357b778956a453a700d7b7002a7850071bde70d (diff) |
tubes: use channel's signal closed to know when end the collaboration
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
Diffstat (limited to 'tubes/Library_tubes.mk')
-rw-r--r-- | tubes/Library_tubes.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tubes/Library_tubes.mk b/tubes/Library_tubes.mk index b9edab9577d2..2cdac5f9dd97 100644 --- a/tubes/Library_tubes.mk +++ b/tubes/Library_tubes.mk @@ -51,6 +51,7 @@ $(eval $(call gb_Library_use_libraries,tubes,\ )) $(eval $(call gb_Library_use_externals,tubes,\ + gtk \ telepathy \ )) |