Skip to content

Commit d334951

Browse files
authored
build: add libv4l to ubuntu sysroots (#37)
1 parent 9469bf6 commit d334951

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

recipes/ubuntu-18.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ RUN apt-get install --no-install-recommends -y \
3131
libsdl2-dev \
3232
libsdl2-ttf-dev \
3333
libwebkit2gtk-4.0-dev \
34-
libvte-2.91-dev
34+
libvte-2.91-dev \
35+
libv4l-dev

recipes/ubuntu-20.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ RUN apt-get install --no-install-recommends -y \
3232
libsdl2-ttf-dev \
3333
libsoup2.4-dev \
3434
libwebkit2gtk-4.0-dev \
35-
libvte-2.91-dev
35+
libvte-2.91-dev \
36+
libv4l-dev

recipes/ubuntu-22.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ RUN apt-get install --no-install-recommends -y \
3232
libsdl2-ttf-dev \
3333
libsoup-3.0-dev \
3434
libwebkit2gtk-4.1-dev \
35-
libvte-2.91-dev
35+
libvte-2.91-dev \
36+
libv4l-dev

recipes/ubuntu-24.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ RUN apt-get install --no-install-recommends -y \
3131
libsdl2-ttf-dev \
3232
libsoup-3.0-dev \
3333
libwebkit2gtk-4.1-dev \
34-
libvte-2.91-dev
34+
libvte-2.91-dev \
35+
libv4l-dev

0 commit comments

Comments
 (0)