Skip to content

Commit

Permalink
Don't depend on udev-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jun 25, 2023
1 parent b0ee88e commit 8ba7c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SD/FPP_Install.sh
Expand Up @@ -644,7 +644,7 @@ if [ ! -f "/usr/include/SDL2/SDL.h" ]; then
mkdir deb
dpkg-deb -R ./libsdl2*.deb deb
sed -i -e "s/Version\(.*\)+\(.*\)/Version\1~fpp/g" deb/DEBIAN/control
sed -i -e "s/Depends: \(.*\)/Depends: libsdl2-2.0-0, libasound2-dev, libdbus-1-dev, libsndio-dev, libudev-dev/g" deb/DEBIAN/control
sed -i -e "s/Depends: \(.*\)/Depends: libsdl2-2.0-0, libasound2-dev, libdbus-1-dev, libsndio-dev/g" deb/DEBIAN/control
dpkg-deb -b deb ./libsdl2-dev.deb
apt -y install ./libsdl2-dev.deb
apt-mark hold libsdl2-dev
Expand Down

0 comments on commit 8ba7c7a

Please sign in to comment.