[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - cli_ure/Library_cli_cppuhelper_native.mk
Matus Kukan
mkukan at kemper.freedesktop.org
Mon Aug 6 10:33:14 PDT 2012
cli_ure/Library_cli_cppuhelper_native.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit f7f593dd299d11edbb85ba66b10ca1c47cf26ca4
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Mon Aug 6 19:32:37 2012 +0200
cli_ure: another missing dep
Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64
diff --git a/cli_ure/Library_cli_cppuhelper_native.mk b/cli_ure/Library_cli_cppuhelper_native.mk
index 3364803..2b6e419 100644
--- a/cli_ure/Library_cli_cppuhelper_native.mk
+++ b/cli_ure/Library_cli_cppuhelper_native.mk
@@ -28,6 +28,10 @@ $(eval $(call gb_Library_use_internal_bootstrap_api,cli_cppuhelper_native,\
udkapi \
))
+$(eval $(call gb_Library_use_packages,cli_cppuhelper_native,\
+ cli_ure_cliuno \
+))
+
$(eval $(call gb_Library_use_libraries,cli_cppuhelper_native,\
advapi32 \
cppu \
More information about the Libreoffice-commits
mailing list