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 /svl | |
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 'svl')
-rw-r--r-- | svl/AllLangResTarget_svl.mk | 1 | ||||
-rw-r--r-- | svl/Library_fsstorage.mk | 2 | ||||
-rw-r--r-- | svl/Library_passwordcontainer.mk | 2 | ||||
-rw-r--r-- | svl/Library_svl.mk | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/svl/AllLangResTarget_svl.mk b/svl/AllLangResTarget_svl.mk index a4a72cf5bd66..c76ed01f031f 100644 --- a/svl/AllLangResTarget_svl.mk +++ b/svl/AllLangResTarget_svl.mk @@ -26,7 +26,6 @@ $(eval $(call gb_AllLangResTarget_add_srs,svl,\ $(eval $(call gb_SrsTarget_SrsTarget,svl/res)) $(eval $(call gb_SrsTarget_use_packages,svl/res,\ - svl_inc \ )) $(eval $(call gb_SrsTarget_add_files,svl/res,\ diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk index 6ccd8bd81c09..468fbfe49608 100644 --- a/svl/Library_fsstorage.mk +++ b/svl/Library_fsstorage.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,fsstorage)) -$(eval $(call gb_Library_use_package,fsstorage,svl_inc)) - $(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage)) $(eval $(call gb_Library_set_include,fsstorage,\ diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk index 5cde5678563a..f4291e03f58f 100644 --- a/svl/Library_passwordcontainer.mk +++ b/svl/Library_passwordcontainer.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,passwordcontainer)) -$(eval $(call gb_Library_use_package,passwordcontainer,svl_inc)) - $(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer)) $(eval $(call gb_Library_set_include,passwordcontainer,\ diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index fcd83ad8f7aa..ce4aa9793442 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_Library,svl)) $(eval $(call gb_Library_use_external,svl,boost_headers)) $(eval $(call gb_Library_use_packages,svl,\ - rsc_inc \ - svl_inc \ )) $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl)) |