Commit 30392a1b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xserver-xorg: select mesa3d in kconfig

xserver-xorg depends on mesa3d, so select it in kconfig as well.
parent d1eeba70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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.
+1 −0
Original line number Diff line number Diff line
@@ -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