mesa3d: don't depend on the X server
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 6 Feb 2012 16:14:39 +0000 (17:14 +0100)
committerPeter 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

index 596eea3919094278489cf0c74d1f874bf4984f04..47ded2900256931ef19769c4af12844337d3270a 100644 (file)
@@ -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