Externals/mesa - Incomplete makefile
authorJohn Hodge <[email protected]>
Sun, 9 Jun 2013 05:22:53 +0000 (13:22 +0800)
committerJohn Hodge <[email protected]>
Sun, 9 Jun 2013 05:22:53 +0000 (13:22 +0800)
Externals/mesa/Makefile [new file with mode: 0644]

diff --git a/Externals/mesa/Makefile b/Externals/mesa/Makefile
new file mode 100644 (file)
index 0000000..2fbcfbf
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Acess2 External: mesa
+# - Makefile and patches by John Hodge (thePowersGang)
+#
+
+DEPS := 
+TARBALL_PATTERN := MesaLib-*.tar.bz2
+TARBALL_TO_DIR_L := MesaLib-%.tar.bz2
+TARBALL_TO_DIR_R := Mesa-%
+PATCHES := 
+CONFIGURE_ARGS = --enable-osmesa --with-osmesa-bits=8 --disable-dri --disable-glx --with-dri-drivers=swrast --without-gallium-drivers --disable-egl --enable-shared
+
+include ../common.mk
+

UCC git Repository :: git.ucc.asn.au