https://bugs.freedesktop.org/show_bug.cgi?id=28304
--- Comment #5 from Vinson Lee <[email protected]> 2010-06-01 13:25:19 PDT --- As a workaround try removing 'nvfx' and 'nv50' from GALLIUM_DRIVERS_DIRS in configs/default:112. configs/default 108 # Gallium directories and 109 GALLIUM_DIRS = auxiliary drivers state_trackers 110 GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a 111 GALLIUM_DRIVERS_DIRS = softpipe trace rbug identity i915 i965 svga r300 nvfx nv50 failover 112 GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) 113 GALLIUM_WINSYS_DIRS = sw sw/xlib 114 GALLIUM_TARGET_DIRS = libgl-xlib 115 GALLIUM_STATE_TRACKERS_DIRS = glx vega -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
