diff options
author | John Stebbins <[email protected]> | 2018-06-19 17:20:24 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-19 17:54:03 -0700 |
commit | 337cceb17649f50537e16b4fd27ae41884f9ff0a (patch) | |
tree | dc50d4aa8d334c57b90340c6fc87584d20d32c4e /make | |
parent | 695581c81be3a8836d2628bd66bb251dc15b762b (diff) |
flatpak: prebuild some dependencies
Rather than using HandBrake's build for libass, fontconfig, freetype,
fribidi, harfbuzz.
The runtime platform already has fontconfig, freetype and harfbuzz. We
just need to add libass and fribidi.
Diffstat (limited to 'make')
-rw-r--r-- | make/include/main.defs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index 216ae27c3..dac1985e9 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -35,10 +35,6 @@ 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 endif ifeq (1,$(FEATURE.fdk_aac)) |