Skip to content

Commit

Permalink
fix: temporaliy disable v4l2loopback for 39 (ublue-os#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 8, 2024
1 parent bb62375 commit b500062
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build_files/base/install-akmods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ if [[ "${FEDORA_MAJOR_VERSION}" -ge "39" ]]; then
/tmp/akmods-rpms/kmods/*xone*.rpm \
/tmp/akmods-rpms/kmods/*openrazer*.rpm \
/tmp/akmods-rpms/kmods/*wl*.rpm
if grep -Eqv "(surface|asus)" <<< "${AKMODS_FLAVOR}"; then
# Temporarily disable v4l2loopback until RPMFusion rebuilds module.
# if grep -Eqv "(surface|asus)" <<< "${AKMODS_FLAVOR}"; then
# rpm-ostree install \
# /tmp/akmods-rpms/kmods/*v4l2loopback*.rpm
# fi
if [[ "${FEDORA_MAJOR_VERSION}" == "40" ]] && grep -Eqv "(surface|asus)" <<< "${AKMODS_FLAVOR}"; then
rpm-ostree install \
/tmp/akmods-rpms/kmods/*v4l2loopback*.rpm
fi
Expand Down

0 comments on commit b500062

Please sign in to comment.