Skip to content

Commit

Permalink
fix: fix ustreamer dependencies
Browse files Browse the repository at this point in the history
Ustreamer added pkg-config in v6.13 as dependency.
This might not be required to build but is checked in the Makefile.

Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
  • Loading branch information
mryel00 committed Feb 27, 2025
1 parent 87669cc commit b899809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/libs/pkglist-generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ set -Ee
### Crowsnest Dependencies
PKGLIST="git crudini bsdutils findutils v4l-utils curl"
### Ustreamer Dependencies
PKGLIST="${PKGLIST} build-essential libevent-dev libjpeg-dev libbsd-dev"
PKGLIST="${PKGLIST} build-essential libevent-dev libjpeg-dev libbsd-dev pkg-config"
2 changes: 1 addition & 1 deletion tools/libs/pkglist-rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -Ee
### Crowsnest Dependencies
PKGLIST="git crudini bsdutils findutils v4l-utils curl"
### Ustreamer Dependencies
PKGLIST="${PKGLIST} build-essential libevent-dev libjpeg-dev libbsd-dev"
PKGLIST="${PKGLIST} build-essential libevent-dev libjpeg-dev libbsd-dev pkg-config"
### Camera-Streamer Dependencies
### If you change something below, also have a look at tools/libs/core.sh->shallow_cs_dependencies_check
PKGLIST="${PKGLIST} cmake libavformat-dev libavutil-dev libavcodec-dev libcamera-dev libcamera-apps-lite"
Expand Down

0 comments on commit b899809

Please sign in to comment.