summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-06-06 16:20:34 -0700
committerJohn Stebbins <[email protected]>2018-06-06 16:23:03 -0700
commit93a153eee436a5ca71561dd40c4f128e51e4d47a (patch)
treeb9aa093a59c9c83b2eabebbf69777ac0672c5691 /make
parent73649f092fc8da27f256bbf99f8fea0c4aa243fd (diff)
scripts: add script for creating flatpak manifests
This script can generate manifests that are suitable for submitting to flathub for publishing to their repository. It can also be used for generating manifests suitable for building local flatpak bundles and is used during 'make pkg.create.flatpak'
Diffstat (limited to 'make')
-rw-r--r--make/include/contrib.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/include/contrib.defs b/make/include/contrib.defs
index 5223fb45e..3d2aa9074 100644
--- a/make/include/contrib.defs
+++ b/make/include/contrib.defs
@@ -10,6 +10,11 @@ CONTRIB.spec = $(if $(filter 1,$(BUILD.cross)),$(HOST.spec))
##
define import.CONTRIB.defs
##
+ ## keep a list of the enabled contrib packages
+ ##
+ CONTRIBS += $(1)
+
+ ##
## import gcc/g++ support mainly so we can force contrib choice of
## gcc executable, and debug/optimization flags.
##