Skip to content

Commit

Permalink
fix: do not replace libheif and libvdpau since they aren't packaged f…
Browse files Browse the repository at this point in the history
…or F41
  • Loading branch information
p5 authored Oct 18, 2024
1 parent 8128ccc commit 0a80d30
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ sed -i '0,/enabled=1/{s/enabled=1/enabled=1\npriority=90/}' /etc/yum.repos.d/neg
rpm-ostree override replace \
--experimental \
--from repo='fedora-multimedia' \
libheif \
libva \
libva-intel-media-driver \
libvdpau \
mesa-dri-drivers \
mesa-filesystem \
mesa-libEGL \
Expand All @@ -54,6 +52,14 @@ rpm-ostree override replace \
mesa-va-drivers \
mesa-vulkan-drivers

if [[ "$FEDORA_MAJOR_VERSION" -ne "41" ]]; then
rpm-ostree override replace \
--experimental \
--from repo='fedora-multimedia' \
libheif \
libvdpau
fi

# run common packages script
/ctx/packages.sh

Expand Down

0 comments on commit 0a80d30

Please sign in to comment.