Rename misleading variables
Compare changes
- Simon McVittie authored
srt_vulkan_layer_get_json_path() and srt_vulkan_icd_get_json_path() return paths relative to the SrtSystemInfo's sysroot (the graphics driver provider), which might be the root filesystem, but might equally be /run/host when we're running inside Flatpak. Rename this variable accordingly. We were already using it correctly: the third argument to pv_runtime_take_from_provider() is a path in the provider sysroot. Signed-off-by:
Simon McVittie <smcv@collabora.com>
+ 12
− 12
@@ -2408,14 +2408,14 @@ setup_vulkan_loadable_json (PvRuntime *self,
@@ -2451,7 +2451,7 @@ setup_vulkan_loadable_json (PvRuntime *self,
@@ -2459,7 +2459,7 @@ setup_vulkan_loadable_json (PvRuntime *self,
@@ -2470,7 +2470,7 @@ setup_vulkan_loadable_json (PvRuntime *self,
@@ -2479,7 +2479,7 @@ setup_vulkan_loadable_json (PvRuntime *self,
@@ -2497,11 +2497,11 @@ setup_vulkan_loadable_json (PvRuntime *self,
@@ -2509,7 +2509,7 @@ setup_vulkan_loadable_json (PvRuntime *self,