1config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VMWARE 2 bool "xf86-video-vmware" 3 depends on BR2_PACKAGE_MESA3D 4 depends on BR2_i386 || BR2_x86_64 5 select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SVGA 6 select BR2_PACKAGE_XORGPROTO 7 help 8 VMware SVGA video driver 9 10comment "xf86-video-vmware needs mesa3d" 11 depends on !BR2_PACKAGE_MESA3D 12