[Buildroot] [git commit] mesa3d: don't depend on the X server

Peter Korsgaard jacmet at sunsite.dk
Mon Feb 6 16:14:39 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=80a7e8216e53cd7195e78e30e90821584b537b53
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

There's no particular reason why you shouldn't be able to build mesa
without the X server (E.G. for remote X), so remove it.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/x11r7/mesa3d/Config.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/mesa3d/Config.in b/package/x11r7/mesa3d/Config.in
index 596eea3..47ded29 100644
--- a/package/x11r7/mesa3d/Config.in
+++ b/package/x11r7/mesa3d/Config.in
@@ -7,7 +7,6 @@ config BR2_PACKAGE_MESA3D
 	select BR2_PACKAGE_XPROTO_DRI2PROTO
 	select BR2_PACKAGE_LIBDRM
 	select BR2_PACKAGE_EXPAT
-	depends on BR2_PACKAGE_XSERVER_XORG_SERVER
 	depends on BR2_PACKAGE_XSERVER_xorg
 	depends on BR2_INSTALL_LIBSTDCPP
 	help


More information about the buildroot mailing list