mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
i915g: Compile with scons
This commit is contained in:
parent
c818efd0b3
commit
8662f2c542
1 changed files with 4 additions and 1 deletions
|
|
@ -2,11 +2,14 @@ Import('*')
|
|||
|
||||
env = drienv.Clone()
|
||||
|
||||
env.ParseConfig('pkg-config --cflags --libs libdrm_intel')
|
||||
|
||||
drivers = [
|
||||
st_dri,
|
||||
inteldrm,
|
||||
softpipe,
|
||||
i915simple,
|
||||
trace,
|
||||
inteldrm
|
||||
]
|
||||
|
||||
env.SharedLibrary(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue