mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 12:39:58 +00:00
fix: Correct missing 32-bit obs-vkcapture libraries, rpm-ostree chicanery
This commit is contained in:
parent
ae8e77ddca
commit
8e5233a414
@ -427,7 +427,11 @@ RUN rpm-ostree install \
|
||||
vkBasalt.x86_64 \
|
||||
vkBasalt.i686 \
|
||||
obs-vkcapture.x86_64 \
|
||||
libobs_vkcapture.x86_64 \
|
||||
libobs_glcapture.x86_64 \
|
||||
obs-vkcapture.i686 \
|
||||
libobs_vkcapture.i686 \
|
||||
libobs_glcapture.i686 \
|
||||
mangohud.x86_64 \
|
||||
mangohud.i686 && \
|
||||
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user