mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-23 20:21:58 +00:00
moved from wiringpi to libgpiod
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt-get update \
|
||||
libjpeg8-dev \
|
||||
libbsd-dev \
|
||||
libraspberrypi-dev \
|
||||
wiringpi \
|
||||
libgpiod-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /build/ustreamer/
|
||||
@@ -22,7 +22,7 @@ RUN apt-get update \
|
||||
libjpeg8 \
|
||||
uuid \
|
||||
libbsd0 \
|
||||
wiringpi \
|
||||
libgpiod2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /ustreamer
|
||||
|
||||
Reference in New Issue
Block a user