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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/AllLangResTarget_svt.mk | 5 | ||||
-rw-r--r-- | svtools/Library_svt.mk | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/svtools/AllLangResTarget_svt.mk b/svtools/AllLangResTarget_svt.mk index c9e33f94dbcc..edaeef649053 100644 --- a/svtools/AllLangResTarget_svt.mk +++ b/svtools/AllLangResTarget_svt.mk @@ -28,11 +28,6 @@ $(eval $(call gb_AllLangResTarget_add_srs,svt,\ $(eval $(call gb_SrsTarget_SrsTarget,svt/res)) $(eval $(call gb_SrsTarget_use_packages,svt/res,\ - i18nlangtag_inc \ - svl_inc \ - svtools_inc \ - vcl_inc \ - tools_inc \ )) $(eval $(call gb_SrsTarget_set_include,svt/res,\ diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk index 3ede10bdc0f1..4b339e9958e8 100644 --- a/svtools/Library_svt.mk +++ b/svtools/Library_svt.mk @@ -19,8 +19,6 @@ $(eval $(call gb_Library_Library,svt)) -$(eval $(call gb_Library_use_package,svt,svtools_inc)) - $(eval $(call gb_Library_set_precompiled_header,svt,$(SRCDIR)/svtools/inc/pch/precompiled_svt)) $(eval $(call gb_Library_set_componentfile,svt,svtools/util/svt)) |