mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-28 00:17:39 +00:00
fix: Use latest Valve patches in Bluez
This commit is contained in:
parent
e103e31196
commit
c9ff1bda53
@ -230,7 +230,7 @@ RUN rpm-ostree override replace \
|
|||||||
|| true && \
|
|| true && \
|
||||||
ostree container commit
|
ostree container commit
|
||||||
|
|
||||||
# Install Valve's patched Mesa, Pipewire, and Xwayland
|
# Install Valve's patched Mesa, Pipewire, Bluez, and Xwayland
|
||||||
# Install patched switcheroo control with proper discrete GPU support
|
# Install patched switcheroo control with proper discrete GPU support
|
||||||
RUN rpm-ostree override remove \
|
RUN rpm-ostree override remove \
|
||||||
mesa-va-drivers-freeworld && \
|
mesa-va-drivers-freeworld && \
|
||||||
@ -253,6 +253,11 @@ RUN rpm-ostree override remove \
|
|||||||
pipewire-libs \
|
pipewire-libs \
|
||||||
pipewire-pulseaudio \
|
pipewire-pulseaudio \
|
||||||
pipewire-utils \
|
pipewire-utils \
|
||||||
|
bluez \
|
||||||
|
bluez-obexd \
|
||||||
|
bluez-cups \
|
||||||
|
bluez-libs.x86_64 \
|
||||||
|
bluez-libs.i686 \
|
||||||
xorg-x11-server-Xwayland && \
|
xorg-x11-server-Xwayland && \
|
||||||
rpm-ostree install \
|
rpm-ostree install \
|
||||||
mesa-va-drivers-freeworld \
|
mesa-va-drivers-freeworld \
|
||||||
|
Loading…
Reference in New Issue
Block a user