diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-23 09:22:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-23 09:22:10 +0100 |
commit | e3166f4034c3997134c679872d6ce66c8abe16c6 (patch) | |
tree | 594c3db3cfcf540c4ab5160cce82dde8ba45cc45 /solenv | |
parent | 5e1a50cc433a865da677faf7d502ba41858e45f6 (diff) |
Merge "Enable device=dri to fix opengl crashes" into flatpak-manifest.in
...from <https://github.com/flathub/org.libreoffice.LibreOffice/pull/18/commits/
637788fa1d9fc6514467a4a193e5cf32f696b400> "Enable device=dri to fix opengl
crashes"
Change-Id: Ic989bfb3e46057dc2fd20d2cd6f17d5733338642
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 1afcb4cdcc3e..ee8d5cff78a6 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -561,6 +561,7 @@ "--socket=x11", "--socket=wayland", "--socket=pulseaudio", + "--device=dri", "--filesystem=host", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--env=LIBO_FLATPAK=1", |