Skip to content

Commit

Permalink
feat: drop v4l2loopback from kmods since it fails to build on 6.8 (#549)
Browse files Browse the repository at this point in the history
force merging to get the builds unblocked
  • Loading branch information
bsherman committed Apr 8, 2024
1 parent 80666e3 commit 6c3ddf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kmods-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ rpm-ostree install \
/tmp/akmods-rpms/kmods/*xpadneo*.rpm \
/tmp/akmods-rpms/kmods/*xone*.rpm \
/tmp/akmods-rpms/kmods/*openrazer*.rpm \
/tmp/akmods-rpms/kmods/*v4l2loopback*.rpm \
/tmp/akmods-rpms/kmods/*wl*.rpm

# Disabled due to failure to build on 6.8
# /tmp/akmods-rpms/kmods/*v4l2loopback*.rpm \

for REPO in $(rpm -ql ublue-os-akmods-addons|grep ^"/etc"|grep repo$); do
echo "akmods: disable per defaults: ${REPO}"
sed -i 's@enabled=1@enabled=0@g' ${REPO}
Expand Down

0 comments on commit 6c3ddf2

Please sign in to comment.