Skip to content
Snippets Groups Projects
Verified Commit 0c2323e1 authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] add libva-v4l2-request

parent 413e8257
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,7 @@ cups-pdf ...@@ -118,6 +118,7 @@ cups-pdf
foliate foliate
ffmpeg ffmpeg
ffmpegthumbnailer ffmpegthumbnailer
libva-v4l2-request
gcolor3 gcolor3
gnome-epub-thumbnailer gnome-epub-thumbnailer
hexyl hexyl
......
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
# Most pure GTK3 apps use wayland by default, but some, # Most pure GTK3 apps use wayland by default, but some,
# like Firefox, need the backend to be explicitely selected. # like Firefox, need the backend to be explicitely selected.
export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0
export LIBVA_DRIVER_NAME=v4l2_request
export LIBVA_V4L2_REQUEST_VIDEO_PATH=/dev/video1
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export MOZ_DBUS_REMOTE=1 export MOZ_DBUS_REMOTE=1
export LIBVA_DRIVER_NAME=v4l2_request
export GTK_CSD=0 export GTK_CSD=0
export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment