projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b236b9
)
mesa3d: don't depend on the X server
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 6 Feb 2012 16:14:39 +0000
(17:14 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 6 Feb 2012 16:14:39 +0000
(17:14 +0100)
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>
package/x11r7/mesa3d/Config.in
patch
|
blob
|
history
diff --git
a/package/x11r7/mesa3d/Config.in
b/package/x11r7/mesa3d/Config.in
index 596eea3919094278489cf0c74d1f874bf4984f04..47ded2900256931ef19769c4af12844337d3270a 100644
(file)
--- 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