summaryrefslogtreecommitdiffstats
path: root/make/include
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-08-30 09:51:05 -0700
committerGitHub <[email protected]>2016-08-30 09:51:05 -0700
commita464833a790f44f061f9de42a88f64e49156d422 (patch)
tree4ae1aeeb0d1e98640efe55c5f9db94a329f0de9f /make/include
parentaed230d055ce0e64dfc0a41e401a7a3e7e7fd7bb (diff)
LinGui: Add flatpak support (#231)
* LinGui: add --flatpak configure option For building a linux flatpak bundle * LinGui: add rules to build flatpak repo and bundles * LinGui: add flatpak compatible icon * LinGui: add flatpak compatible desktop file * LinGui: add flatpak appdata xml * pkg: disable building LinGui when creating cli flatpak * pkg: clean flatpak build cache when updating source package * pkg: fix source package build dependencies Fixes errors when the git ref being packaged changes and you have not manually deleted stage and pkg build directories.
Diffstat (limited to 'make/include')
-rw-r--r--make/include/main.defs11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs
index 8253f002a..b95227908 100644
--- a/make/include/main.defs
+++ b/make/include/main.defs
@@ -57,6 +57,17 @@ ifneq (,$(filter $(BUILD.system),darwin cygwin mingw))
MODULES += contrib/jansson
endif
+ifeq (1,$(FEATURE.flatpak))
+ MODULES += contrib/lame
+ MODULES += contrib/jansson
+ MODULES += contrib/x264
+ MODULES += contrib/harfbuzz
+ MODULES += contrib/fribidi
+ MODULES += contrib/freetype
+ MODULES += contrib/libass
+ MODULES += contrib/yasm
+endif
+
ifeq (1,$(FEATURE.fdk_aac))
MODULES += contrib/fdk-aac
endif