diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-14 11:17:30 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-17 06:26:29 +0000 |
commit | 85d1e39d742d7798369b0071f9a5de5f62810d39 (patch) | |
tree | 2cefa2cedd017918c31c3a132c5026e0e69e1428 /cli_ure | |
parent | 42aec34a5d83d863e050da85f88b31417c44b698 (diff) |
gbuild: Fix and check package dependencies.
Change-Id: Ia54def7a404e07974eb1e8a556f4659cd974e7f8
Reviewed-on: https://gerrit.libreoffice.org/7081
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/Library_cli_cppuhelper_native.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli_ure/Library_cli_cppuhelper_native.mk b/cli_ure/Library_cli_cppuhelper_native.mk index 39c13c8cfbc5..fa55e42e906c 100644 --- a/cli_ure/Library_cli_cppuhelper_native.mk +++ b/cli_ure/Library_cli_cppuhelper_native.mk @@ -34,10 +34,6 @@ $(eval $(call gb_Library_use_internal_bootstrap_api,cli_cppuhelper,\ udkapi \ )) -$(eval $(call gb_Library_use_packages,cli_cppuhelper,\ - cli_ure_cliuno \ -)) - $(eval $(call gb_Library_use_libraries,cli_cppuhelper,\ cppu \ cppuhelper \ |