diff options
author | Rene Engelhard <rene@debian.org> | 2012-11-12 19:39:29 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-11-12 19:39:29 +0100 |
commit | 9faaeff44df391ef67b702e73619d3e6bd7c8424 (patch) | |
tree | 0a855840941112e2a9fd1c4a0a972e24ad2fe9dc /sal/Library_sal.mk | |
parent | 6ce21d57d9a627a95bfb2f10519ae3cd032f521b (diff) |
fix sal build with system-boost
Change-Id: I56ce5fc99c654c63df87844c78f652c4ff13ce2c
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index ffed51cc4586..237fe3f5cfb8 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -59,7 +59,9 @@ $(eval $(call gb_Library_use_libraries,sal,\ $(gb_UWINAPI) \ )) +ifneq ($(SYSTEM_BOOST),YES) $(eval $(call gb_Library_use_unpacked,sal,boost)) +endif $(eval $(call gb_Library_use_externals,sal,\ valgrind \ |