Skip to content
Snippets Groups Projects

Add 'pkg-config' to list of Ubuntu packages

Merged Jeremy Soller requested to merge huntergoldstein:master into master

Created by: huntergoldstein

Currently running make will fail on

cargo run --manifest-path installer/redoxfs/Cargo.toml --release --bin redoxfs-mkfs build/filesystem.bin.partial

as this command will call into pkg-config --libs --cflags fuse (which clearly depends on pkg-config. This package did not get installed by bootstrap.sh inside a Xenial Vagrant Box; one figures its better to be explicit about this dependency.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading