Skip to content

Commit

Permalink
fix: Use latest Valve patches in Bluez
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed May 20, 2024
1 parent e103e31 commit c9ff1bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ RUN rpm-ostree override replace \
|| true && \
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
RUN rpm-ostree override remove \
mesa-va-drivers-freeworld && \
Expand All @@ -253,6 +253,11 @@ RUN rpm-ostree override remove \
pipewire-libs \
pipewire-pulseaudio \
pipewire-utils \
bluez \
bluez-obexd \
bluez-cups \
bluez-libs.x86_64 \
bluez-libs.i686 \
xorg-x11-server-Xwayland && \
rpm-ostree install \
mesa-va-drivers-freeworld \
Expand Down

0 comments on commit c9ff1bd

Please sign in to comment.