Extra gpu stuff on qutebrowser

This commit is contained in:
Emmet
2024-11-08 21:56:06 -06:00
parent 33f3d14cbf
commit 1e9af19457
4 changed files with 6 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ in
phases = "installPhase";
postPatch = ''sed -i "s/qutebrowser/qutebrowser --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag num-raster-threads=4/g" container-open'';
postPatch = ''sed -i "s/qutebrowser/qutebrowser --qt-flag ignore-gpu-blacklist --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag enable-accelerated-2d-canvas --qt-flag num-raster-threads=4/g" container-open'';
installPhase = ''
mkdir -p $out $out/bin