summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/dri/SConscript
blob: e14e96e32fd9700b7a8f3fb2cf934a9cdc002b62 (plain)
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'],
)