mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-12 02:23:43 +00:00
moved from wiringpi to libgpiod
This commit is contained in:
@@ -8,7 +8,7 @@ RUN apt-get update \
|
||||
libjpeg8-dev \
|
||||
libbsd-dev \
|
||||
libraspberrypi-dev \
|
||||
wiringpi \
|
||||
libgpiod-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /build/ustreamer/
|
||||
@@ -27,7 +27,7 @@ RUN apt-get update \
|
||||
libjpeg8 \
|
||||
uuid \
|
||||
libbsd0 \
|
||||
wiringpi \
|
||||
libgpiod2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN ["cross-build-end"]
|
||||
|
||||
Reference in New Issue
Block a user