diff options
author | John Stebbins <[email protected]> | 2019-02-24 10:10:00 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-03-07 13:59:35 -0800 |
commit | 3062c4373b234f46b131b1092448946f25160351 (patch) | |
tree | 34310b10389613fc3abfe87008976785dfce098b /pkg/linux/flatpak/fr.handbrake.ghb.json | |
parent | bdb6e72f41cdf975f75323001a2015f6c14e97a4 (diff) |
flatpak: allow building with QSV enabled
Diffstat (limited to 'pkg/linux/flatpak/fr.handbrake.ghb.json')
-rw-r--r-- | pkg/linux/flatpak/fr.handbrake.ghb.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/linux/flatpak/fr.handbrake.ghb.json b/pkg/linux/flatpak/fr.handbrake.ghb.json index 8cb5e1453..4df07caed 100644 --- a/pkg/linux/flatpak/fr.handbrake.ghb.json +++ b/pkg/linux/flatpak/fr.handbrake.ghb.json @@ -60,7 +60,10 @@ { "name": "handbrake", "no-autogen": true, - "config-opts": ["--flatpak", "--disable-gtk-update-checks"], + "config-opts": [ + "--flatpak", + "--disable-gtk-update-checks" + ], "builddir": true, "post-install": ["install -d /app/extensions"], "sources": [ |