diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-19 19:58:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-24 05:18:03 +0000 |
commit | c042cd05e9960742ba0d6b69058ac55092171bd3 (patch) | |
tree | 885f889c97e4f1e6b0fdd48e84ffb1497c3a1cdd /ucb | |
parent | 25ea7f0b5e81b0242ec6e6a761f874db16383d22 (diff) |
gbuild: drop uses of removed packages
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac
Reviewed-on: https://gerrit.libreoffice.org/3502
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_srtrs1.mk | 1 | ||||
-rw-r--r-- | ucb/Library_ucpext.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ucb/Library_srtrs1.mk b/ucb/Library_srtrs1.mk index 5dfb160ba03b..b073620ff1cf 100644 --- a/ucb/Library_srtrs1.mk +++ b/ucb/Library_srtrs1.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Library_Library,srtrs1)) $(eval $(call gb_Library_use_packages,srtrs1,\ - ucbhelper_inc \ )) $(eval $(call gb_Library_set_componentfile,srtrs1,ucb/source/sorter/srtrs1)) diff --git a/ucb/Library_ucpext.mk b/ucb/Library_ucpext.mk index 5e1b19523881..71fe40f9daf9 100644 --- a/ucb/Library_ucpext.mk +++ b/ucb/Library_ucpext.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Library_Library,ucpext)) $(eval $(call gb_Library_use_packages,ucpext,\ - tools_inc \ )) $(eval $(call gb_Library_set_componentfile,ucpext,ucb/source/ucp/ext/ucpext)) |