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