Skip to content

Commit 78ade87

Browse files
committed
Missing dependencies for Ubuntu
./configure for libgphoto2 stops with an error "Build requires pkg-config" before this commit. I have not tested on rpi, but I believe this package will be installed already, so it will not add any extra packages then.
1 parent 4481ef5 commit 78ade87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gphoto2-updater.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ echo "Installing dependencies"
5656
echo "-----------------------"
5757
echo
5858

59-
apt-get install -y build-essential libltdl-dev libusb-dev libexif-dev libpopt-dev libudev-dev
59+
apt-get install -y build-essential libltdl-dev libusb-dev libexif-dev libpopt-dev libudev-dev pkg-config
6060

6161
echo
6262
echo "-------------------------"

0 commit comments

Comments
 (0)