xserver-xorg: select mesa3d in kconfig

xserver-xorg depends on mesa3d, so select it in kconfig as well.
This commit is contained in:
Peter Korsgaard 2009-02-24 13:29:50 +00:00
parent d1eeba7069
commit 30392a1bef
2 changed files with 2 additions and 1 deletions

View 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.

View 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