xserver-xorg: select mesa3d in kconfig
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Feb 2009 13:29:50 +0000 (13:29 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Feb 2009 13:29:50 +0000 (13:29 -0000)
xserver-xorg depends on mesa3d, so select it in kconfig as well.

package/x11r7/mesa3d/Config.in
package/x11r7/xserver_xorg-server/Config.in

index a4f14089e60bdc215fa914c4e77ed6ec412c5202..5502544da054e5d897353959cce9a22512620a02 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_MESA3D
        bool "Mesa 3D Graphics Library"
        select BR2_PACKAGE_XPROTO_GLPROTO
-       select BR2_PACKAGE_XSERVER_XORG_SERVER
+       depends on BR2_PACKAGE_XSERVER_XORG_SERVER
        help
          Mesa 3D, an open-source implementation of the OpenGL specification.
 
index 427abb7abbe9203121a6305b809e2c6165fe0cb2..78966b155e6f4e135f9fd8748ce6d7fbd6f1acd8 100644 (file)
@@ -52,6 +52,7 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER
        select BR2_PACKAGE_XPROTO_XPROTO
        select BR2_PACKAGE_PIXMAN
        select BR2_PACKAGE_XLIB_LIBXSCRNSAVER
+       select BR2_PACKAGE_MESA3D if BR2_PACKAGE_XSERVER_xorg
        help
          xorg-server 1.4
          No description available