1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Import('*') env = drienv.Clone() drivers = [ softpipe, i915simple, trace, inteldrm ] env.SharedLibrary( target ='i915_dri.so', source = COMMON_GALLIUM_SOURCES, LIBS = drivers + mesa + auxiliaries + env['LIBS'], )