aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorThomas Marshall2015-01-17 12:57:27 +0000
committerMike McQuaid2015-01-17 18:52:34 +0100
commit75d57af3b33524ef91c7d3d0d614e55de086cdbf (patch)
tree8f4735bc3437687f397d4c7b805fc137dde99b34 /Library
parentc475f0b84fbc31c6fd0d23a88cebe960c894b64c (diff)
downloadhomebrew-75d57af3b33524ef91c7d3d0d614e55de086cdbf.tar.bz2
io: add pkg-config build dependency.
Closes #35978. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/io.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb
index 462347d84..946d51889 100644
--- a/Library/Formula/io.rb
+++ b/Library/Formula/io.rb
@@ -10,6 +10,7 @@ class Io < Formula
option "without-addons", "Build without addons"
depends_on "cmake" => :build
+ depends_on "pkg-config" => :build
if build.with? "addons"
depends_on "glib"