mesa3d: ensure it can only be compiled with modular X server
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 27 Dec 2010 20:12:25 +0000 (21:12 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 27 Dec 2010 20:12:25 +0000 (21:12 +0100)
kdrive has no glx support, and mesa3d depends on libdrm which needs
largefile support (just like the modular server), so ensure mesa3d
can only be enabled in that configuration.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/mesa3d/Config.in

index 52876e3353e67f5b0bf26df9e2a6e3580adb6197..596eea3919094278489cf0c74d1f874bf4984f04 100644 (file)
@@ -8,6 +8,7 @@ config BR2_PACKAGE_MESA3D
        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
          Mesa 3D, an open-source implementation of the OpenGL specification.