diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-06 14:05:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-06 14:06:34 +0100 |
commit | 865201442eb919f53a97a78bb88e53159cb9ca82 (patch) | |
tree | 1a487eb364279ad16048817caee030e658cb602d /tubes | |
parent | f20af6b8885afa89c276ecbe22754daca63393e7 (diff) |
tubes: use boost_headers (thanks to Alex Thurgood for hint)
Change-Id: I0875b506705604b279e44b811624614029613a4a
Diffstat (limited to 'tubes')
-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 d2621563514c..67b8309cab1f 100644 --- a/tubes/Library_tubes.mk +++ b/tubes/Library_tubes.mk @@ -52,6 +52,7 @@ $(eval $(call gb_Library_use_libraries,tubes,\ )) $(eval $(call gb_Library_use_externals,tubes,\ + boost_headers \ gtk \ telepathy \ )) |