From c664b27505223257f93f05425c52a88172ca199b Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Wed, 13 Apr 2016 18:03:43 +0200 Subject: tdf#94306 remove unused boost dependencies remove in pch and remove boost from makefile if it was the only boost entry. Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831 Reviewed-on: https://gerrit.libreoffice.org/24061 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sal/Library_sal.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sal/Library_sal.mk') diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 2eb4cb2e141e..80e81248ef5b 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -42,7 +42,6 @@ $(eval $(call gb_Library_use_libraries,sal,\ $(eval $(call gb_Library_use_externals,sal,\ valgrind \ - boost_headers \ )) $(eval $(call gb_Library_use_system_win32_libs,sal,\ -- cgit