From 79da1f1cbe9507bf87e69145028c4e8214b4256e Mon Sep 17 00:00:00 2001 From: Nate Stedman Date: Tue, 13 Jul 2010 18:42:39 -0400 Subject: Added gnome-common formula. gnome-common is a module that is required only when building GNOME from the repository. Signed-off-by: Adam Vandenberg --- Library/Formula/gnome-common.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/gnome-common.rb (limited to 'Library/Formula') diff --git a/Library/Formula/gnome-common.rb b/Library/Formula/gnome-common.rb new file mode 100644 index 000000000..db293037a --- /dev/null +++ b/Library/Formula/gnome-common.rb @@ -0,0 +1,12 @@ +require 'formula' + +class GnomeCommon