summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/gbuild.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-07 09:45:19 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-11 03:39:36 +0000
commit9d54f0e1dec4d84f914f17c8c2445dfc53190d8a (patch)
tree2e96630a6fbc976e5c6156b5df9da3b9492a6a84 /solenv/gbuild/gbuild.mk
parentdeliver all uiconfig files by UIConfig (diff)
downloadcore-9d54f0e1dec4d84f914f17c8c2445dfc53190d8a.tar.gz
core-9d54f0e1dec4d84f914f17c8c2445dfc53190d8a.zip
add gbuild class PackageSet
This is intended for bundling filelists of multiple Packages together, to simplify the scp2 configuration. Change-Id: I6f700f691b37375a09a5400166aac80a8bb2a2b4 Reviewed-on: https://gerrit.libreoffice.org/3230 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r--solenv/gbuild/gbuild.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index a138cd1827c0..1fa46350279a 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -344,6 +344,7 @@ include $(foreach class, \
InstallScript \
AutoInstallLibs \
Postprocess \
+ PackageSet \
,$(GBUILDDIR)/$(class).mk)
$(eval $(call gb_Helper_process_executable_registrations))