summaryrefslogtreecommitdiffstats
path: root/package/mesa3d/mesa3d.mk
diff options
context:
space:
mode:
authorBernd Kuhls <berndkuhls@hotmail.com>2014-03-29 21:56:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-29 23:10:56 +0100
commite5fcd32f164486d1330dcf7e9d12d05f97579bf1 (patch)
tree4cb5cd467d593d83c9e257f9ccca96cd2fa41ade /package/mesa3d/mesa3d.mk
parente7698bd2eb977d7b23f547f1d374ccb7a0a137ad (diff)
downloadbuildroot-e5fcd32f164486d1330dcf7e9d12d05f97579bf1.tar.gz
buildroot-e5fcd32f164486d1330dcf7e9d12d05f97579bf1.zip
mesa3d: pull out from x11
mesa3d does not depend on x11, it can be used by wayland or other apps Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mesa3d/mesa3d.mk')
-rw-r--r--package/mesa3d/mesa3d.mk40
1 files changed, 40 insertions, 0 deletions
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
new file mode 100644
index 0000000000..d4080d47d0
--- /dev/null
+++ b/package/mesa3d/mesa3d.mk
@@ -0,0 +1,40 @@
+################################################################################
+#
+# mesa3d
+#
+################################################################################
+
+MESA3D_VERSION = 7.10.3
+MESA3D_SOURCE = MesaLib-$(MESA3D_VERSION).tar.gz
+MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/$(MESA3D_VERSION)
+MESA3D_LICENSE = MIT, SGI, Khronos
+MESA3D_LICENSE_FILES = docs/license.html
+
+MESA3D_AUTORECONF = YES
+MESA3D_INSTALL_STAGING = YES
+
+MESA3D_CONF_OPT = \
+ --disable-egl \
+ --disable-glu \
+ --disable-glw \
+ --disable-glut \
+ --disable-gallium \
+ --with-driver=dri \
+ --with-dri-drivers=swrast \
+ --disable-static
+
+MESA3D_DEPENDENCIES = \
+ xproto_glproto \
+ xlib_libXxf86vm \
+ xlib_libXdamage \
+ xlib_libXfixes \
+ xproto_dri2proto \
+ libdrm \
+ expat \
+ host-xutil_makedepend \
+ host-libxml2 \
+ host-python \
+ host-bison \
+ host-flex
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud