diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-19 20:25:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-24 05:18:15 +0000 |
commit | 1cc9bbfd57e401dbaa5bb2c1abf2fa427c7a966d (patch) | |
tree | 065eb1be3cee8ff221f7c613a06f15e6c536b2fc /sdext | |
parent | c042cd05e9960742ba0d6b69058ac55092171bd3 (diff) |
gbuild: drop empty use_packages calls
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f
Reviewed-on: https://gerrit.libreoffice.org/3503
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Executable_xpdfimport.mk | 3 | ||||
-rw-r--r-- | sdext/StaticLibrary_pdfimport_s.mk | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk index ce26d8faeb58..39f4228616af 100644 --- a/sdext/Executable_xpdfimport.mk +++ b/sdext/Executable_xpdfimport.mk @@ -9,9 +9,6 @@ $(eval $(call gb_Executable_Executable,xpdfimport)) -$(eval $(call gb_Executable_use_packages,xpdfimport,\ -)) - $(eval $(call gb_Executable_use_externals,xpdfimport,\ boost_headers \ poppler \ diff --git a/sdext/StaticLibrary_pdfimport_s.mk b/sdext/StaticLibrary_pdfimport_s.mk index 6b026fd5e6e5..c4a1ad1b5af9 100644 --- a/sdext/StaticLibrary_pdfimport_s.mk +++ b/sdext/StaticLibrary_pdfimport_s.mk @@ -9,9 +9,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,pdfimport_s)) -$(eval $(call gb_StaticLibrary_use_packages,pdfimport_s,\ -)) - $(eval $(call gb_StaticLibrary_use_api,pdfimport_s,\ offapi \ udkapi \ |