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 /tools | |
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 'tools')
-rw-r--r-- | tools/Library_tl.mk | 2 | ||||
-rw-r--r-- | tools/StaticLibrary_ooopathutils.mk | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index 5491b8c90e91..e0d19b84e358 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -19,8 +19,6 @@ $(eval $(call gb_Library_Library,tl)) -$(eval $(call gb_Library_use_package,tl,tools_inc)) - $(eval $(call gb_Library_use_custom_headers,tl,tools/reversemap)) $(eval $(call gb_Library_set_include,tl,\ diff --git a/tools/StaticLibrary_ooopathutils.mk b/tools/StaticLibrary_ooopathutils.mk index 3942e688f801..4a14ddf31740 100644 --- a/tools/StaticLibrary_ooopathutils.mk +++ b/tools/StaticLibrary_ooopathutils.mk @@ -20,7 +20,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,ooopathutils)) $(eval $(call gb_StaticLibrary_use_packages,ooopathutils,\ - tools_inc \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,ooopathutils,\ |