diff options
| author | Jack Nagel | 2014-01-28 16:40:19 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2014-01-28 16:40:19 -0600 | 
| commit | 6d5bc71e8ad2a2567c2f29485a6468827717a371 (patch) | |
| tree | 8d5b71c5e7b6cd95279faa9b0d3cb41913250889 | |
| parent | 9e66a081d92491f0f11d3e82929892fcbf414c56 (diff) | |
| download | homebrew-6d5bc71e8ad2a2567c2f29485a6468827717a371.tar.bz2 | |
gobject-introspection: declare option
| -rw-r--r-- | Library/Formula/gobject-introspection.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb index 8228076f4..8109ef936 100644 --- a/Library/Formula/gobject-introspection.rb +++ b/Library/Formula/gobject-introspection.rb @@ -6,6 +6,7 @@ class GobjectIntrospection < Formula    sha256 '3575e5d353c17a567fdf7ffaaa7aebe9347b5b0eee8e69d612ba56a9def67d73'    option :universal +  option 'with-tests', 'Run tests in addition to the build (requires cairo)'    depends_on 'pkg-config' => :build    depends_on 'xz' => :build | 
