summaryrefslogtreecommitdiffstats
path: root/package/mesa3d/Config.in
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/Config.in
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/Config.in')
-rw-r--r--package/mesa3d/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
new file mode 100644
index 0000000000..0ce168eeda
--- /dev/null
+++ b/package/mesa3d/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_MESA3D
+ bool "Mesa 3D Graphics Library"
+ select BR2_PACKAGE_XPROTO_GLPROTO
+ select BR2_PACKAGE_XLIB_LIBXXF86VM
+ select BR2_PACKAGE_XLIB_LIBXDAMAGE
+ select BR2_PACKAGE_XLIB_LIBXFIXES
+ select BR2_PACKAGE_XPROTO_DRI2PROTO
+ select BR2_PACKAGE_LIBDRM
+ select BR2_PACKAGE_EXPAT
+ select BR2_PACKAGE_HOST_LIBXML2_PYTHON
+ depends on BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ Mesa 3D, an open-source implementation of the OpenGL specification.
OpenPOWER on IntegriCloud