blob: b1b654d9f8b0ee0148a3b7a58d971aee757daa12 [file] [log] [blame]
Import('*')
env = drienv.Clone()
env.ParseConfig('pkg-config --cflags --libs libdrm_intel')
drivers = [
st_dri,
inteldrm,
softpipe,
i915,
trace,
]
env.LoadableModule(
target ='i915_dri.so',
source = COMMON_GALLIUM_SOURCES,
LIBS = drivers + mesa + auxiliaries + env['LIBS'],
SHLIBPREFIX = '',
)