forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bottles: 2022.5.28-trento-3 -> 2022.10.14.1
- Loading branch information
Martino Fontana
committed
Nov 1, 2022
1 parent
6b802f9
commit d155128
Showing
2 changed files
with
72 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/bottles/backend/utils/vulkan.py b/bottles/backend/utils/vulkan.py | ||
index 6673493..07f70d1 100644 | ||
--- a/bottles/backend/utils/vulkan.py | ||
+++ b/bottles/backend/utils/vulkan.py | ||
@@ -29,6 +29,8 @@ class VulkanUtils: | ||
"/etc/vulkan", | ||
"/usr/local/share/vulkan", | ||
"/usr/local/etc/vulkan" | ||
+ "/run/opengl-driver/share/vulkan/", | ||
+ "/run/opengl-driver-32/share/vulkan/", | ||
] | ||
if "FLATPAK_ID" in os.environ: | ||
__vk_icd_dirs += [ |