forked from Ashark/archlinux-amdgpu-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreplace_deps.py
More file actions
27 lines (26 loc) · 1.73 KB
/
replace_deps.py
File metadata and controls
27 lines (26 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated with ./gen_replace_deps.sh > replace_deps.py
# for driver version optional
replace_deps = {
'amdgpu-core': 'amdgpu-core', #could_not_auto_translate
'amdgpu-lib32': 'amdgpu-lib32', #could_not_auto_translate
'libc6': None, #manually_mapped
'libdrm2': 'libdrm', #auto_translated
'libdrm2-amdgpu': 'libdrm', #auto_translated
'libdrm-amdgpu-amdgpu1': 'libdrm', #auto_translated
'libgcc-s1': None, #manually_mapped
'libssl1.1': 'openssl', #auto_translated
'libstdc++6': None, #manually_mapped
'libvulkan1': 'vulkan-icd-loader', #auto_translated
'libwayland-amdgpu-client0': 'wayland', #auto_translated
'libwayland-amdgpu-server0': 'wayland', #auto_translated
'libx11-6': 'libx11', #auto_translated
'libx11-xcb1': 'libx11', #auto_translated
'libxcb1': 'libxcb', #auto_translated
'libxcb-dri2-0': 'libxcb', #auto_translated
'libxcb-glx0': 'libxcb', #auto_translated
'libxdamage1': 'libxdamage', #auto_translated
'libxext6': 'libxext', #auto_translated
'libxfixes3': 'libxfixes', #auto_translated
'libxxf86vm1': 'libxxf86vm', #auto_translated
'rocm-opencl-runtime': 'rocm-opencl-runtime', #auto_translated
}