summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-02-06 17:14:39 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-06 17:14:39 +0100
commit80a7e8216e53cd7195e78e30e90821584b537b53 (patch)
tree34ca341b2fbdff3aeade444d9a4d30cd9ef9e97f
parent7b236b937df3507d4d7abd1fc58dae523df5a59e (diff)
mesa3d: don't depend on the X server
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@sunsite.dk>
-rw-r--r--package/x11r7/mesa3d/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/x11r7/mesa3d/Config.in b/package/x11r7/mesa3d/Config.in
index 596eea391..47ded2900 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