summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/dri2/SConscript
blob: f2cdee97d9207ed5aa995ef4a4f67f8d81206824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Import('*')

env = drienv.Clone()

drivers = [
    softpipe,
    r300
]

env.SharedLibrary(
    target ='radeon_dri.so',
    source = COMMON_GALLIUM_SOURCES,
    LIBS = drivers + mesa + auxiliaries + env['LIBS'],
)