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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/AllLangResTarget_deploymentgui.mk | 3 | ||||
-rw-r--r-- | desktop/AllLangResTarget_dkt.mk | 3 | ||||
-rw-r--r-- | desktop/Executable_unopkg.com.mk | 3 | ||||
-rw-r--r-- | desktop/Executable_unopkg.mk | 3 | ||||
-rw-r--r-- | desktop/Library_libreoffice.mk | 3 | ||||
-rw-r--r-- | desktop/StaticLibrary_winextendloaderenv.mk | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/desktop/AllLangResTarget_deploymentgui.mk b/desktop/AllLangResTarget_deploymentgui.mk index 162758f16b6f..9669acc04a97 100644 --- a/desktop/AllLangResTarget_deploymentgui.mk +++ b/desktop/AllLangResTarget_deploymentgui.mk @@ -17,9 +17,6 @@ $(eval $(call gb_AllLangResTarget_add_srs,deploymentgui,\ $(eval $(call gb_SrsTarget_SrsTarget,deploymentgui/res)) -$(eval $(call gb_SrsTarget_use_packages,deploymentgui/res,\ -)) - $(eval $(call gb_SrsTarget_set_include,deploymentgui/res,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ diff --git a/desktop/AllLangResTarget_dkt.mk b/desktop/AllLangResTarget_dkt.mk index faaab5d43c3c..f44a6e017b9d 100644 --- a/desktop/AllLangResTarget_dkt.mk +++ b/desktop/AllLangResTarget_dkt.mk @@ -17,9 +17,6 @@ $(eval $(call gb_AllLangResTarget_add_srs,dkt,\ $(eval $(call gb_SrsTarget_SrsTarget,dkt/res)) -$(eval $(call gb_SrsTarget_use_packages,dkt/res,\ -)) - $(eval $(call gb_SrsTarget_add_files,dkt/res,\ desktop/source/app/desktop.src \ )) diff --git a/desktop/Executable_unopkg.com.mk b/desktop/Executable_unopkg.com.mk index 632592443b62..bcff06a6d05e 100644 --- a/desktop/Executable_unopkg.com.mk +++ b/desktop/Executable_unopkg.com.mk @@ -9,9 +9,6 @@ $(eval $(call gb_Executable_Executable,unopkg_com)) -$(eval $(call gb_Executable_use_packages,unopkg_com,\ -)) - $(eval $(call gb_Executable_set_targettype_gui,unopkg_com,NO)) $(eval $(call gb_Executable_add_defs,unopkg_com,\ diff --git a/desktop/Executable_unopkg.mk b/desktop/Executable_unopkg.mk index 0c62932856bc..e3a833e21ec2 100644 --- a/desktop/Executable_unopkg.mk +++ b/desktop/Executable_unopkg.mk @@ -9,9 +9,6 @@ $(eval $(call gb_Executable_Executable,unopkg)) -$(eval $(call gb_Executable_use_packages,unopkg,\ -)) - $(eval $(call gb_Executable_set_targettype_gui,unopkg,YES)) $(eval $(call gb_Executable_use_static_libraries,unopkg,\ diff --git a/desktop/Library_libreoffice.mk b/desktop/Library_libreoffice.mk index 6b42adf932cd..dbe3e81313a4 100644 --- a/desktop/Library_libreoffice.mk +++ b/desktop/Library_libreoffice.mk @@ -9,9 +9,6 @@ $(eval $(call gb_Library_Library,libreoffice)) -$(eval $(call gb_Library_use_packages,libreoffice,\ -)) - $(eval $(call gb_Library_set_include,libreoffice,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ diff --git a/desktop/StaticLibrary_winextendloaderenv.mk b/desktop/StaticLibrary_winextendloaderenv.mk index d06ff6201dd8..d920ac83c948 100644 --- a/desktop/StaticLibrary_winextendloaderenv.mk +++ b/desktop/StaticLibrary_winextendloaderenv.mk @@ -10,9 +10,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,winextendloaderenv)) -$(eval $(call gb_StaticLibrary_use_packages,winextendloaderenv,\ -)) - $(eval $(call gb_StaticLibrary_add_noexception_objects,winextendloaderenv,\ desktop/win32/source/extendloaderenvironment \ )) |