diff options
| -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 |
