diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-05-09 16:17:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-05-09 17:58:29 +0200 |
commit | 57b58d4fb85579a9aacbd6b2d7e389cce46f5fbc (patch) | |
tree | f4df667875690063804993373bd5a4e1d86f1612 | |
parent | 52bd9c25d1e1150cb5f5a8890c4d5dcce4e32954 (diff) |
URE Library_boostrap should not depend on Library_comphelper
...and apparently doesn't need to, even though that dependency got added with
6ffdc88e79904882e319bdd0b901e7491abae0b3 "Simplify Sequence iterations in
shell..svgio"
Change-Id: I7cb67dc48d11e426d5d5f7912eca13e25a32dbc5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134079
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | stoc/Library_bootstrap.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk index ca1f49618bb8..62e2360581db 100644 --- a/stoc/Library_bootstrap.mk +++ b/stoc/Library_bootstrap.mk @@ -26,7 +26,6 @@ $(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\ )) $(eval $(call gb_Library_use_libraries,bootstrap,\ - comphelper \ cppu \ cppuhelper \ reg \ |