mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
scons: Fix drm/intel build.
This commit is contained in:
parent
9381dd590f
commit
c72e8b3edd
1 changed files with 5 additions and 4 deletions
|
|
@ -4,17 +4,18 @@ env = drienv.Clone()
|
|||
|
||||
env.ParseConfig('pkg-config --cflags --libs libdrm_intel')
|
||||
|
||||
drivers = [
|
||||
env.Prepend(LIBS = [
|
||||
st_dri,
|
||||
inteldrm,
|
||||
softpipe,
|
||||
i915,
|
||||
trace,
|
||||
]
|
||||
mesa,
|
||||
glsl,
|
||||
gallium
|
||||
])
|
||||
|
||||
env.LoadableModule(
|
||||
target ='i915_dri.so',
|
||||
source = COMMON_GALLIUM_SOURCES,
|
||||
LIBS = drivers + mesa + gallium + env['LIBS'],
|
||||
SHLIBPREFIX = '',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue