summaryrefslogtreecommitdiff
path: root/homebrew/cogl/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cogl/.make.sh-auto')
-rw-r--r--homebrew/cogl/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/cogl/.make.sh-auto b/homebrew/cogl/.make.sh-auto
new file mode 100644
index 000000000..a9fee0872
--- /dev/null
+++ b/homebrew/cogl/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV["GI_SCANNER_DISABLE_CACHE"] = "yes"
+args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --enable-cogl-pango=yes --enable-introspection=yes --disable-glx --without-x ]
+autoreconf -fi
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install
+doc.install "examples"